mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
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>
This commit is contained in:
parent
677074792a
commit
2fc6822c99
9 changed files with 23 additions and 11 deletions
|
@ -25,6 +25,7 @@
|
|||
#include "block-group.h"
|
||||
#include "fs.h"
|
||||
#include "accessors.h"
|
||||
#include "scrub.h"
|
||||
|
||||
/*
|
||||
* Device replace overview
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue