btrfs-progs: do not enable extended refs in mkfs by default
authorDavid Sterba <dsterba@suse.cz>
Tue, 9 Apr 2013 17:19:50 +0000 (19:19 +0200)
committerDavid Sterba <dsterba@suse.cz>
Tue, 23 Apr 2013 16:56:21 +0000 (18:56 +0200)
commitbee9403728ce017c0b9a8384a0bcb342b331688a
tree19fad56277c3aa549199be47296e20bc37577f7a
parenta90354c5a108dba7c7b34b55b7ecd2e9005e751b
btrfs-progs: do not enable extended refs in mkfs by default

This extref feature (lifting the single file hardlink limitation) is new
and not backward compatible with older kernels that are still in wide
use.

For now, use btrfstune to enable the feature, in the future it will be
possible to turn it on within mkfs by -O option.

Signed-off-by: David Sterba <dsterba@suse.cz>
mkfs.c