diff options
author | Josef Bacik <josef@toxicpanda.com> | 2022-10-26 21:08:29 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-12-05 18:00:46 +0100 |
commit | 7572dec8f5223186ed0fa7f6da47dba98651cbf4 (patch) | |
tree | cdd92b95e70d1e8db78f21dd8a48342e06373a1b /fs/btrfs/file.c | |
parent | btrfs: move uuid tree prototypes to uuid-tree.h (diff) | |
download | linux-7572dec8f5223186ed0fa7f6da47dba98651cbf4.tar.xz linux-7572dec8f5223186ed0fa7f6da47dba98651cbf4.zip |
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.c | 1 |
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. |