summaryrefslogtreecommitdiff
path: root/fs/btrfs/verity.c
diff options
context:
space:
mode:
authorJosef Bacik <josef@toxicpanda.com>2022-10-26 22:08:37 +0300
committerDavid Sterba <dsterba@suse.com>2022-12-05 20:00:47 +0300
commit5c11adcc383a94cacd652461c9435bf7a5c53c9c (patch)
tree15747ede6f5fa06b37b71b368db1bef7bf17d028 /fs/btrfs/verity.c
parent77407dc032e29f205a1e3922564c0abfd2e23d15 (diff)
downloadlinux-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.c1
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.