]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
mke2fs: add inline_data support in mke2fs
authorZheng Liu <wenqing.lz@taobao.com>
Mon, 3 Mar 2014 06:02:14 +0000 (01:02 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 4 Mar 2014 13:46:15 +0000 (08:46 -0500)
commitb451c8dd391a93f16572d937c5b563441bf286f3
tree8d7e12f68f6d5af474416a8f82974db63c22b6af
parent448cc0e43ccea65c714bccdc905b020a9da9fd8d
mke2fs: add inline_data support in mke2fs

Now inline_data doesn't depend on ext_attr.  Hence we don't need to do
this sanity check.  But if the inode size is too small (128 bytes),
inline_data will be useless because we couldn't save data in ibody
extented attribute.  So we need to report this error.

Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/ext4.5.in
misc/mke2fs.c