From: Tao Ma Date: Mon, 10 Dec 2012 19:06:02 +0000 (-0500) Subject: ext4: evict inline data out if we need to strore xattr in inode X-Git-Tag: v3.8-rc1~89^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d812f77b36c16dff692390508155de2c7f95ea3;p=pandora-kernel.git 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 Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed