dect
/
linux-2.6
Archived
13
0
Fork 0

Btrfs: fix uninit variable in the delayed inode code

The nitems counter needs to start at zero

Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
Chris Mason 2011-06-03 01:13:45 -04:00
parent 1bc8779349
commit 17aca1c987
1 changed files with 1 additions and 0 deletions

View File

@ -678,6 +678,7 @@ static int btrfs_batch_insert_items(struct btrfs_trans_handle *trans,
INIT_LIST_HEAD(&head);
next = item;
nitems = 0;
/*
* count the number of the continuous items that we can insert in batch