mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
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:
parent
98ed51747b
commit
bd09835d9a
2 changed files with 3 additions and 3 deletions
|
@ -208,7 +208,7 @@ again:
|
|||
}
|
||||
|
||||
start = extent_end;
|
||||
} else if (found_type == BTRFS_FILE_EXTENT_INLINE) {
|
||||
} else {
|
||||
goto not_found;
|
||||
}
|
||||
loop:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue