git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e6b978
)
f2fs: add flags for inline xattrs
author
Jaegeuk Kim
<jaegeuk.kim@samsung.com>
Thu, 8 Aug 2013 06:16:22 +0000
(15:16 +0900)
committer
Jaegeuk 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