btrfs-progs: tune: add the missing newline for --convert-from-block-group-tree
There is a missing newline for a successful --convert-from-block-group-tree run, meanwhile --convert-to-block-group-tree has the correct newline. Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Reviewed-by: Naohiro Aota <naohiro.aota@wdc.com> Signed-off-by: Qu Wenruo <wqu@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
3793e987d2
commit
b310b231f1
|
@ -270,7 +270,7 @@ iterate_bgs:
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
pr_verbose(LOG_DEFAULT,
|
pr_verbose(LOG_DEFAULT,
|
||||||
"Converted filesystem with block-group-tree to extent tree feature");
|
"Converted filesystem with block-group-tree to extent tree feature\n");
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
error:
|
error:
|
||||||
|
|
Loading…
Reference in New Issue