aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.c
diff options
context:
space:
mode:
authorJosef Bacik <josef@toxicpanda.com>2022-10-26 15:08:35 -0400
committerDavid Sterba <dsterba@suse.com>2022-12-05 18:00:47 +0100
commit2fc6822c99d7e902b7cef146efa37420d41c0c59 (patch)
tree56db1b95c19c5765147ce48eb88e4f470dc96104 /fs/btrfs/transaction.c
parent677074792a1d533232ec5517f23f78d64e6dffac (diff)
btrfs: move scrub prototypes into scrub.h
Move these out of ctree.h into scrub.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/transaction.c')
-rw-r--r--fs/btrfs/transaction.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/transaction.c b/fs/btrfs/transaction.c
index a262fd188abe..593b2414e2be 100644
--- a/fs/btrfs/transaction.c
+++ b/fs/btrfs/transaction.c
@@ -33,6 +33,7 @@
#include "uuid-tree.h"
#include "ioctl.h"
#include "relocation.h"
+#include "scrub.h"
static struct kmem_cache *btrfs_trans_handle_cachep;