commit | b451c8dd391a93f16572d937c5b563441bf286f3 | [log] [tgz] |
---|---|---|
author | Zheng Liu <wenqing.lz@taobao.com> | Mon Mar 03 01:02:14 2014 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Mar 04 08:46:15 2014 -0500 |
tree | 8d7e12f68f6d5af474416a8f82974db63c22b6af | |
parent | 448cc0e43ccea65c714bccdc905b020a9da9fd8d [diff] |
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>