btrfs-progs: mkfs: make skinny-metadata default
According to public poll, this is desired and deemed to be safe. Feature introduced in kernel 3.10 (Jun 2013). Signed-off-by: David Sterba <dsterba@suse.cz>
This commit is contained in:
parent
55fea7186c
commit
6715de04d9
3
mkfs.c
3
mkfs.c
|
@ -46,7 +46,8 @@
|
||||||
|
|
||||||
static u64 index_cnt = 2;
|
static u64 index_cnt = 2;
|
||||||
|
|
||||||
#define DEFAULT_MKFS_FEATURES (BTRFS_FEATURE_INCOMPAT_EXTENDED_IREF)
|
#define DEFAULT_MKFS_FEATURES (BTRFS_FEATURE_INCOMPAT_EXTENDED_IREF \
|
||||||
|
| BTRFS_FEATURE_INCOMPAT_SKINNY_METADATA)
|
||||||
|
|
||||||
#define DEFAULT_MKFS_LEAF_SIZE 16384
|
#define DEFAULT_MKFS_LEAF_SIZE 16384
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue