btrfs-progs: convert: allow to set filesystem features
authorDavid Sterba <dsterba@suse.cz>
Mon, 23 Mar 2015 18:31:31 +0000 (19:31 +0100)
committerDavid Sterba <dsterba@suse.cz>
Thu, 4 Jun 2015 17:14:54 +0000 (19:14 +0200)
commitc9b73b702be71bbc1a3a815a745e6e4e57eadffc
tree67ed801e53dabf979a2c6eb0be34425aa02aaada
parent11ddfeb2611011ee682d3d0482eeef3485dc136a
btrfs-progs: convert: allow to set filesystem features

Curretnly there are no features set for the converted filesystem and
it's not possible to request it like in mkfs.

Add new option -O|--features, use -O list-all to show all that are
supported for convert.

Note: from now on, convert without any -O option will use the same
defaults as mkfs. The original behaviour was rather confusing.

Convert is now more verbose about the parameters of the btrfs filesytem.

Signed-off-by: David Sterba <dsterba@suse.cz>
btrfs-convert.c
utils.h