summaryrefslogtreecommitdiffstats
path: root/fs/erofs/xattr.h
diff options
context:
space:
mode:
authorGao Xiang <hsiangkao@linux.alibaba.com>2022-01-02 12:00:16 +0800
committerGao Xiang <hsiangkao@linux.alibaba.com>2022-01-04 23:47:08 +0800
commitbb88e8da00253bea0e7f0f4cdfd7910572d7799f (patch)
tree7516e87a837a7b77ce1ee09f00d1663c2f7a94fe /fs/erofs/xattr.h
parent2b5379f7860d8e95571a4837ac4c07167b4233bd (diff)
downloadlinux-bb88e8da00253bea0e7f0f4cdfd7910572d7799f.tar.bz2
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.h1
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
-