diff options
author | Gao Xiang <hsiangkao@linux.alibaba.com> | 2022-01-02 07:00:16 +0300 |
---|---|---|
committer | Gao Xiang <hsiangkao@linux.alibaba.com> | 2022-01-04 18:47:08 +0300 |
commit | bb88e8da00253bea0e7f0f4cdfd7910572d7799f (patch) | |
tree | 7516e87a837a7b77ce1ee09f00d1663c2f7a94fe /fs/erofs/xattr.h | |
parent | 2b5379f7860d8e95571a4837ac4c07167b4233bd (diff) | |
download | linux-bb88e8da00253bea0e7f0f4cdfd7910572d7799f.tar.xz |
erofs: use meta buffers for xattr operations
Get rid of old erofs_get_meta_page() within xattr operations by
using on-stack meta buffers in order to prepare subpage and folio
features.
Link: https://lore.kernel.org/r/20220102040017.51352-5-hsiangkao@linux.alibaba.com
Reviewed-by: Liu Bo <bo.liu@linux.alibaba.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Diffstat (limited to 'fs/erofs/xattr.h')
-rw-r--r-- | fs/erofs/xattr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/erofs/xattr.h b/fs/erofs/xattr.h index 94090c74b3f7..332462c59f11 100644 --- a/fs/erofs/xattr.h +++ b/fs/erofs/xattr.h @@ -86,4 +86,3 @@ struct posix_acl *erofs_get_acl(struct inode *inode, int type, bool rcu); #endif #endif - |