commit | 20ef20fbf78e50d865a8ffa36f4b9c1c32a19c10 | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Mon Sep 04 18:58:03 2017 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Nov 15 22:06:00 2017 -0800 |
tree | 38b2ed4d7b57ad40674a0cc3390f5a7c95a3d8d6 | |
parent | 126221de375bfafecfc9d195a1d23c05c21166c4 [diff] |
f2fs: introduce read_xattr_block 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_xattr_block to clean up redundant codes. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>