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:
de93653
)
f2fs: introduce __find_xattr for readability
author
Jaegeuk Kim
<jaegeuk.kim@samsung.com>
Tue, 13 Aug 2013 01:13:55 +0000
(10:13 +0900)
committer
Jaegeuk Kim
<jaegeuk.kim@samsung.com>
Mon, 26 Aug 2013 11:15:06 +0000
(20:15 +0900)
The __find_xattr is to search the wanted xattr entry starting from the
base_addr.
If not found, the returned entry is the last empty xattr entry that can be
allocated newly.
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
No differences found