diff options
| author | Josef Bacik <[email protected]> | 2022-10-26 15:08:35 -0400 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2022-12-05 18:00:47 +0100 |
| commit | 2fc6822c99d7e902b7cef146efa37420d41c0c59 (patch) | |
| tree | 56db1b95c19c5765147ce48eb88e4f470dc96104 /fs/btrfs/dev-replace.c | |
| parent | 677074792a1d533232ec5517f23f78d64e6dffac (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 <[email protected]>
Signed-off-by: Josef Bacik <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'fs/btrfs/dev-replace.c')
| -rw-r--r-- | fs/btrfs/dev-replace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/dev-replace.c b/fs/btrfs/dev-replace.c index 94f8975034ce..84af2010fae2 100644 --- a/fs/btrfs/dev-replace.c +++ b/fs/btrfs/dev-replace.c @@ -25,6 +25,7 @@ #include "block-group.h" #include "fs.h" #include "accessors.h" +#include "scrub.h" /* * Device replace overview |