]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
mke2fs: enable inline_data feature on ext4dev filesystem
authorZheng Liu <wenqing.lz@taobao.com>
Mon, 3 Mar 2014 06:03:16 +0000 (01:03 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 4 Mar 2014 13:46:15 +0000 (08:46 -0500)
Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/mke2fs.conf.in

index 178733f36c55f6609849bb0fceda993397ddbf43..4c5dba72d35e6ab9221c713f46615056b5bac0bf 100644 (file)
@@ -16,7 +16,7 @@
                inode_size = 256
        }
        ext4dev = {
-               features = has_journal,extent,huge_file,flex_bg,metadata_csum,64bit,dir_nlink,extra_isize
+               features = has_journal,extent,huge_file,flex_bg,metadata_csum,inline_data,64bit,dir_nlink,extra_isize
                inode_size = 256
                options = test_fs=1
        }