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: merge setup_temp_fs_tree() and setup_temp_csum_tree()
Both fs and csum trees are empty at make_convert_btrfs(), no need to use
two different functions to do that.
Merge them into a common setup_temp_empty_tree() instead.
Signed-off-by: Qu Wenruo <[email protected]>
Signed-off-by: David Sterba <[email protected]>
0 commit comments