count_snapshots: Properly update the leaf pointer after btrfs_next_leaf

Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
Chris Mason 2008-01-03 13:23:19 -05:00
parent 98ed51747b
commit bd09835d9a
2 changed files with 3 additions and 3 deletions

View file

@ -208,7 +208,7 @@ again:
}
start = extent_end;
} else if (found_type == BTRFS_FILE_EXTENT_INLINE) {
} else {
goto not_found;
}
loop: