ext4: evict inline data out if we need to strore xattr in inode
authorTao Ma <boyu.mt@taobao.com>
Mon, 10 Dec 2012 19:06:02 +0000 (14:06 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 10 Dec 2012 19:06:02 +0000 (14:06 -0500)
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>
fs/ext4/inline.c
fs/ext4/xattr.c
fs/ext4/xattr.h

Simple merge
diff --cc fs/ext4/xattr.c
Simple merge
diff --cc fs/ext4/xattr.h
Simple merge