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: convert: replace the bytenrs check with a UASSERT()
The bytenr sequence of all roots are controlled by our code, so if
something went wrong with the sequence, it's a bug.
A UASSERT() is more suitable for this case.
Signed-off-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
0 commit comments