commit | a5f433f7410530ae6bb907ebc049547d9dce665b | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Mon Sep 04 18:58:02 2017 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Oct 10 12:49:52 2017 -0700 |
tree | 34e508d77e25057891f29a0caf90b331146bab1c | |
parent | c1fe3e9814401f864817828aa57d5e862cb7460d [diff] |
f2fs: introduce read_inline_xattr Commit ba38c27eb93e ("f2fs: enhance lookup xattr") introduces lookup_all_xattrs duplicating from read_all_xattrs, which leaves lots of similar codes in between them, so introduce new help read_inline_xattr to clean up redundant codes. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>