diff options
author | Josef Bacik <josef@toxicpanda.com> | 2022-10-26 21:08:26 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-12-05 18:00:46 +0100 |
commit | f2b39277b87dbb26f15e2e3b667df25dad3dd2ea (patch) | |
tree | 6cf159e18738443ff70ad29c977d8d38aaa7d0c2 /fs/btrfs/xattr.c | |
parent | btrfs: move defrag related prototypes to their own header (diff) | |
download | linux-f2b39277b87dbb26f15e2e3b667df25dad3dd2ea.tar.xz linux-f2b39277b87dbb26f15e2e3b667df25dad3dd2ea.zip |
btrfs: move dir-item prototypes into dir-item.h
Move these prototypes out of ctree.h and into their own header file.
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/xattr.c')
-rw-r--r-- | fs/btrfs/xattr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/xattr.c b/fs/btrfs/xattr.c index fcf2d5f7e198..0ed4b119a7ca 100644 --- a/fs/btrfs/xattr.c +++ b/fs/btrfs/xattr.c @@ -22,6 +22,7 @@ #include "props.h" #include "locking.h" #include "accessors.h" +#include "dir-item.h" int btrfs_getxattr(struct inode *inode, const char *name, void *buffer, size_t size) |