1
0
Fork 0

Btrfs: Fix variable init during csum creation

Signed-off-by: Chris Mason <chris.mason@oracle.com>
wifi-calibration
Chris Mason 2008-08-28 06:15:25 -04:00
parent 9473f16c75
commit 639cb58675
1 changed files with 1 additions and 0 deletions

View File

@ -325,6 +325,7 @@ again:
item = btrfs_lookup_csum(trans, root, path, objectid, offset, 1);
if (!IS_ERR(item)) {
leaf = path->nodes[0];
ret = 0;
goto found;
}
ret = PTR_ERR(item);