btrfs: move relocation prototypes into relocation.h
authorJosef Bacik <josef@toxicpanda.com>
Wed, 26 Oct 2022 19:08:34 +0000 (15:08 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 5 Dec 2022 17:00:47 +0000 (18:00 +0100)
commit677074792a1d533232ec5517f23f78d64e6dffac
tree30a2eb550528a852544fe029b169b847096a1d23
parent33cf97a7b6585efc57c1277b9e346afa7c542999
btrfs: move relocation prototypes into relocation.h

Move these out of ctree.h into relocation.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/backref.c
fs/btrfs/ctree.c
fs/btrfs/ctree.h
fs/btrfs/disk-io.c
fs/btrfs/inode.c
fs/btrfs/relocation.c
fs/btrfs/relocation.h [new file with mode: 0644]
fs/btrfs/transaction.c
fs/btrfs/volumes.c