btrfs: move scrub prototypes into scrub.h
authorJosef Bacik <josef@toxicpanda.com>
Wed, 26 Oct 2022 19:08:35 +0000 (15:08 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 5 Dec 2022 17:00:47 +0000 (18:00 +0100)
commit2fc6822c99d7e902b7cef146efa37420d41c0c59
tree56db1b95c19c5765147ce48eb88e4f470dc96104
parent677074792a1d533232ec5517f23f78d64e6dffac
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>
fs/btrfs/ctree.h
fs/btrfs/dev-replace.c
fs/btrfs/disk-io.c
fs/btrfs/ioctl.c
fs/btrfs/scrub.c
fs/btrfs/scrub.h [new file with mode: 0644]
fs/btrfs/super.c
fs/btrfs/transaction.c
fs/btrfs/volumes.c