summaryrefslogtreecommitdiff
path: root/fs/btrfs/xattr.c
diff options
context:
space:
mode:
authorJosef Bacik <josef@toxicpanda.com>2022-10-19 10:51:00 -0400
committerDavid Sterba <dsterba@suse.com>2022-12-05 18:00:42 +0100
commit07e81dc94474eb62705c6f96d9ab1a5a797b8703 (patch)
treebf35b7803d700ef2e05b16cc0d422b86c62be3f9 /fs/btrfs/xattr.c
parentad1ac5012c2beccc9de4d3e2cc1382fd250e5540 (diff)
btrfs: move accessor helpers into accessors.h
This is a large patch, but because they're all macros it's impossible to split up. Simply copy all of the item accessors in ctree.h and paste them in accessors.h, and then update any files to include the header so everything compiles. Reviewed-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> [ reformat comments, style fixups ] Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/xattr.c')
-rw-r--r--fs/btrfs/xattr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/xattr.c b/fs/btrfs/xattr.c
index b26c869f0226..fcf2d5f7e198 100644
--- a/fs/btrfs/xattr.c
+++ b/fs/btrfs/xattr.c
@@ -21,6 +21,7 @@
#include "disk-io.h"
#include "props.h"
#include "locking.h"
+#include "accessors.h"
int btrfs_getxattr(struct inode *inode, const char *name,
void *buffer, size_t size)