diff options
author | Josef Bacik <josef@toxicpanda.com> | 2022-10-26 21:08:35 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-12-05 18:00:47 +0100 |
commit | 2fc6822c99d7e902b7cef146efa37420d41c0c59 (patch) | |
tree | 56db1b95c19c5765147ce48eb88e4f470dc96104 /fs/btrfs/scrub.c | |
parent | btrfs: move relocation prototypes into relocation.h (diff) | |
download | linux-2fc6822c99d7e902b7cef146efa37420d41c0c59.tar.xz linux-2fc6822c99d7e902b7cef146efa37420d41c0c59.zip |
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/scrub.c')
-rw-r--r-- | fs/btrfs/scrub.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/scrub.c b/fs/btrfs/scrub.c index e46e6c4d4bf9..8c89e63ef2e8 100644 --- a/fs/btrfs/scrub.c +++ b/fs/btrfs/scrub.c @@ -24,6 +24,7 @@ #include "fs.h" #include "accessors.h" #include "file-item.h" +#include "scrub.h" /* * This is only the first step towards a full-features scrub. It reads all |