commit | 0d812f77b36c16dff692390508155de2c7f95ea3 | [log] [tgz] |
---|---|---|
author | Tao Ma <boyu.mt@taobao.com> | Mon Dec 10 14:06:02 2012 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Dec 10 14:06:02 2012 -0500 |
tree | 18bf309f2e7a9fb6637ae8385a07f86eb5c05afd | |
parent | 941919856c11d4dd11d4fcabb4dab58bd2b146bf [diff] |
ext4: evict inline data out if we need to strore xattr in inode Now we that store data in the inode, in case we need to store some xattrs and inode doesn't have enough space, Andreas suggested that we should keep the xattr(metadata) in and data should be pushed out. So this patch does the work. Signed-off-by: Tao Ma <boyu.mt@taobao.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>