summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
diff options
context:
space:
mode:
authorJosef Bacik <josef@toxicpanda.com>2022-10-26 15:08:33 -0400
committerDavid Sterba <dsterba@suse.com>2022-12-05 18:00:46 +0100
commit33cf97a7b6585efc57c1277b9e346afa7c542999 (patch)
tree713f54f98d8b03245d3f9985bc0676a70e194cfc /fs/btrfs/inode.c
parentcc68414c6123fcc436c96d8920f48120b0ca2613 (diff)
downloadlinux-next-33cf97a7b6585efc57c1277b9e346afa7c542999.tar.gz
btrfs: move acl prototypes into acl.h
Move these out of ctree.h into acl.h to cut down on code in ctree.h. 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/inode.c')
-rw-r--r--fs/btrfs/inode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c
index 3fe3301b88b3..cb038dbbca7d 100644
--- a/fs/btrfs/inode.c
+++ b/fs/btrfs/inode.c
@@ -65,6 +65,7 @@
#include "uuid-tree.h"
#include "ioctl.h"
#include "file.h"
+#include "acl.h"
struct btrfs_iget_args {
u64 ino;