summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/recovery.c
diff options
context:
space:
mode:
authorChao Yu <yuchao0@huawei.com>2017-01-24 13:39:51 +0100
committerJaegeuk Kim <jaegeuk@kernel.org>2017-02-23 05:24:51 +0100
commitba38c27eb93e2d36bf940ca65c145f6e2aaa6d5c (patch)
tree59e1ea714f494a85ab6875d3204058765c9afe0d /fs/f2fs/recovery.c
parentDoc: f2fs: Fix typo in Documentation/filesystems/f2fs.txt (diff)
downloadlinux-ba38c27eb93e2d36bf940ca65c145f6e2aaa6d5c.tar.xz
linux-ba38c27eb93e2d36bf940ca65c145f6e2aaa6d5c.zip
f2fs: enhance lookup xattr
Previously, in getxattr we will load all entries both in inline xattr and xattr node block, and then do the lookup in all entries, but our lookup flow shows low efficiency, since if we can lookup and hit in inline xattr of inode page cache first, we don't need to load and lookup xattr node block, which can obviously save cpu time and IO latency. Signed-off-by: Chao Yu <yuchao0@huawei.com> [Jaegeuk Kim: initialize NULL to avoid warning] Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/recovery.c')
0 files changed, 0 insertions, 0 deletions