f2fs: introduce __find_xattr for readability
authorJaegeuk Kim <jaegeuk.kim@samsung.com>
Tue, 13 Aug 2013 01:13:55 +0000 (10:13 +0900)
committerJaegeuk 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