btrfs: move root tree prototypes to their own header
authorJosef Bacik <josef@toxicpanda.com>
Mon, 24 Oct 2022 18:47:00 +0000 (14:47 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 5 Dec 2022 17:00:44 +0000 (18:00 +0100)
commit45c40c8f9541f336c7857f09ea843fc8fa980b65
tree9150e0a18d72c2e17296db372de32907d731f54f
parent6d2049a2f36f873b8f793fde7ea1874d0d17a3dc
btrfs: move root tree prototypes to their own header

Move all the root-tree.c prototypes to root-tree.h, and then update all
the necessary files to include the new header.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
12 files changed:
fs/btrfs/ctree.h
fs/btrfs/disk-io.c
fs/btrfs/extent-tree.c
fs/btrfs/free-space-tree.c
fs/btrfs/inode.c
fs/btrfs/ioctl.c
fs/btrfs/qgroup.c
fs/btrfs/relocation.c
fs/btrfs/root-tree.c
fs/btrfs/root-tree.h [new file with mode: 0644]
fs/btrfs/transaction.c
fs/btrfs/tree-log.c