[PATCH] btrfs-progs: mkfs: add -O option to specify fs features

2013-05-16 Thread David Sterba
Extend mkfs options to specify optional or potentially backwards incompatible features. Signed-off-by: David Sterba dste...@suse.cz --- man/mkfs.btrfs.8.in | 9 mkfs.c | 124 +++- 2 files changed, 123 insertions(+), 10

Re: [RFC][PATCH] btrfs-progs: mkfs: add -O option to specify fs features

2013-02-20 Thread David Sterba
On Tue, Feb 19, 2013 at 10:23:05AM -0600, Eric Sandeen wrote: On 2/19/13 5:16 AM, David Sterba wrote: The RFC is for the option name, as there does not seem to be a common name amongst other mkfses. What did you find when looking? I remember that extN uses -O and that was my first choice

[RFC][PATCH] btrfs-progs: mkfs: add -O option to specify fs features

2013-02-19 Thread David Sterba
Extend mkfs options to specify optional or potentially backwards incompatible features. Use it for extended references. Signed-off-by: David Sterba dste...@suse.cz --- The RFC is for the option name, as there does not seem to be a common name amongst other mkfses. man/mkfs.btrfs.8.in | 7

Re: [RFC][PATCH] btrfs-progs: mkfs: add -O option to specify fs features

2013-02-19 Thread Eric Sandeen
On 2/19/13 5:16 AM, David Sterba wrote: Extend mkfs options to specify optional or potentially backwards incompatible features. Use it for extended references. Signed-off-by: David Sterba dste...@suse.cz --- The RFC is for the option name, as there does not seem to be a common name