aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChao Yu <yuchao0@huawei.com>2017-01-24 20:39:51 +0800
committerMister Oyster <oysterized@gmail.com>2017-04-13 12:34:48 +0200
commit6e28b1460d876699fdd50acfe5426804b864731a (patch)
tree0963b77bbb00ce9debdce69a3ad91a94f193d472 /scripts
parent07e64b221d945ebea2052835cea6afbffa1af5b2 (diff)
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 'scripts')
0 files changed, 0 insertions, 0 deletions