diff options
author | Josef Bacik <josef@toxicpanda.com> | 2022-10-26 22:08:29 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-12-05 20:00:46 +0300 |
commit | 7572dec8f5223186ed0fa7f6da47dba98651cbf4 (patch) | |
tree | cdd92b95e70d1e8db78f21dd8a48342e06373a1b /fs/btrfs/verity.c | |
parent | c7a03b524d30382ed45883cd27906678e6a0dada (diff) | |
download | linux-7572dec8f5223186ed0fa7f6da47dba98651cbf4.tar.xz |
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/verity.c')
-rw-r--r-- | fs/btrfs/verity.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/verity.c b/fs/btrfs/verity.c index d02fa354fc2b..00ba5143a17d 100644 --- a/fs/btrfs/verity.c +++ b/fs/btrfs/verity.c @@ -18,6 +18,7 @@ #include "locking.h" #include "fs.h" #include "accessors.h" +#include "ioctl.h" /* * Implementation of the interface defined in struct fsverity_operations. |