f2fs: add flags for inline xattrs
authorJaegeuk Kim <jaegeuk.kim@samsung.com>
Thu, 8 Aug 2013 06:16:22 +0000 (15:16 +0900)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Mon, 26 Aug 2013 11:02:12 +0000 (20:02 +0900)
This patch adds basic inode flags for inline xattrs, F2FS_INLINE_XATTR,
and add a mount option, inline_xattr, which is enabled when xattr is set.

If the mount option is enabled, all the files are marked with the inline_xattrs
flag.

Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>

No differences found