]> git.ipfire.org Git - thirdparty/linux.git/commit
btrfs: move dev-replace prototypes into dev-replace.h
authorJosef Bacik <josef@toxicpanda.com>
Wed, 26 Oct 2022 19:08:36 +0000 (15:08 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 5 Dec 2022 17:00:47 +0000 (18:00 +0100)
commit77407dc032e29f205a1e3922564c0abfd2e23d15
tree87b30c85c5f0e1410585a84ac05df4696e06f020
parent2fc6822c99d7e902b7cef146efa37420d41c0c59
btrfs: move dev-replace prototypes into dev-replace.h

We already have a dev-replace.h, simply move these prototypes and
helpers into dev-replace.h where they belong.

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.h
fs/btrfs/extent_io.c