btrfs: move struct btrfs_tree_parent_check out of disk-io.h
authorChristoph Hellwig <hch@lst.de>
Tue, 15 Nov 2022 09:44:04 +0000 (10:44 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 5 Dec 2022 17:00:57 +0000 (18:00 +0100)
commit27137fac4c0628fc8320bb7f1ce3bb9f84b76a9b
treea644b1a8b6962027a9d087ed7638ed4114342269
parent7a3150723061ba1ac2ba10b1392b1cd75234172a
btrfs: move struct btrfs_tree_parent_check out of disk-io.h

Move struct btrfs_tree_parent_check out of disk-io.h so that volumes.h
an various .c files don't have to include disk-io.h just for it.

Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: David Sterba <dsterba@suse.com>
[ use tree-checker.h for the structure ]
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/backref.c
fs/btrfs/disk-io.h
fs/btrfs/print-tree.c
fs/btrfs/qgroup.c
fs/btrfs/tree-checker.h
fs/btrfs/tree-mod-log.c
fs/btrfs/volumes.h