btrfs: move uuid tree prototypes to uuid-tree.h
authorJosef Bacik <josef@toxicpanda.com>
Wed, 26 Oct 2022 19:08:28 +0000 (15:08 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 5 Dec 2022 17:00:46 +0000 (18:00 +0100)
commitc7a03b524d30382ed45883cd27906678e6a0dada
tree515a9979b7547d0196ac9f3a881e4d6d547b768d
parent7c8ede16280586c72c36af6604985d714b84a32c
btrfs: move uuid tree prototypes to uuid-tree.h

Move these out of ctree.h into uuid-tree.h to cut down on the 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/disk-io.c
fs/btrfs/inode.c
fs/btrfs/ioctl.c
fs/btrfs/transaction.c
fs/btrfs/uuid-tree.c
fs/btrfs/uuid-tree.h [new file with mode: 0644]
fs/btrfs/volumes.c