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:
c2d715d
)
f2fs: fix the use of XATTR_NODE_OFFSET
author
Jaegeuk Kim
<jaegeuk.kim@samsung.com>
Thu, 8 Aug 2013 23:14:06 +0000
(08:14 +0900)
committer
Jaegeuk Kim
<jaegeuk.kim@samsung.com>
Fri, 9 Aug 2013 05:57:56 +0000
(14:57 +0900)
This patch fixes the use of XATTR_NODE_OFFSET.
o The offset should not use several MSB bits which are used by marking node
blocks.
o IS_DNODE should handle XATTR_NODE_OFFSET to avoid potential abnormality
during the fsync call.
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
No differences found