diff options
author | Josef Bacik <josef@toxicpanda.com> | 2022-10-26 22:08:37 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-12-05 20:00:47 +0300 |
commit | 5c11adcc383a94cacd652461c9435bf7a5c53c9c (patch) | |
tree | 15747ede6f5fa06b37b71b368db1bef7bf17d028 /fs/btrfs/verity.c | |
parent | 77407dc032e29f205a1e3922564c0abfd2e23d15 (diff) | |
download | linux-5c11adcc383a94cacd652461c9435bf7a5c53c9c.tar.xz |
btrfs: move verity prototypes into verity.h
Move these out of ctree.h into verity.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 00ba5143a17d..b31d6c7627ff 100644 --- a/fs/btrfs/verity.c +++ b/fs/btrfs/verity.c @@ -19,6 +19,7 @@ #include "fs.h" #include "accessors.h" #include "ioctl.h" +#include "verity.h" /* * Implementation of the interface defined in struct fsverity_operations. |