You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
btrfs-progs: fsck-tests: a new test case for missing root orphan item
The new image is created by:
- Make btrfs_delete_subvolume() to commit transaction
So that we're sure the orphan item is committed to disk after removing
the subvolume.
- Remove the orphan item from tree root
Then use this image to make sure btrfs check can detect such problem.
Repair is not yet supported.
Reviewed-by: Boris Burkov <[email protected]>
Signed-off-by: Qu Wenruo <[email protected]>
0 commit comments