commit | 444c580f7e9ad29927a5d5269d576bd7cdccebb8 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Thu Aug 08 15:16:22 2013 +0900 |
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Mon Aug 26 20:02:12 2013 +0900 |
tree | ce7dd44ceb0a7da467c61f58903a4e151db2af7c | |
parent | 6e6b978c32bacd98a93e34af7f4222e76007705f [diff] |
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>