summaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
diff options
context:
space:
mode:
authorJosef Bacik <josef@toxicpanda.com>2022-10-26 15:08:29 -0400
committerDavid Sterba <dsterba@suse.com>2022-12-05 18:00:46 +0100
commit7572dec8f5223186ed0fa7f6da47dba98651cbf4 (patch)
treecdd92b95e70d1e8db78f21dd8a48342e06373a1b /fs/btrfs/file.c
parentc7a03b524d30382ed45883cd27906678e6a0dada (diff)
btrfs: move ioctl prototypes into ioctl.h
Move these out of ctree.h into ioctl.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/file.c')
-rw-r--r--fs/btrfs/file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/file.c b/fs/btrfs/file.c
index 9c100198dd26..22063340a4c2 100644
--- a/fs/btrfs/file.c
+++ b/fs/btrfs/file.c
@@ -34,6 +34,7 @@
#include "accessors.h"
#include "extent-tree.h"
#include "file-item.h"
+#include "ioctl.h"
/* simple helper to fault in pages and copy. This should go away
* and be replaced with calls into generic code.