From: Jaegeuk Kim Date: Tue, 13 Aug 2013 01:13:55 +0000 (+0900) Subject: f2fs: introduce __find_xattr for readability X-Git-Tag: v3.12-rc1~127^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd9cfe236f95bbda9ceb5a4ca419b9fb574c95f9;p=pandora-kernel.git f2fs: introduce __find_xattr for readability 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 --- Reading git-diff-tree failed