]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6d43c04d3a1fcd0304dfba77f5fa261b1bcc30e5
treece7dd44ceb0a7da467c61f58903a4e151db2af7c
parenta903749556ed576cc14e4c5ce74564024225e393
f2fs: add flags for inline xattrs

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>
fs/f2fs/f2fs.h
fs/f2fs/inode.c
fs/f2fs/super.c
include/linux/f2fs_fs.h