]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: move btrfs_chunk_item_size out of ctree.h
authorJosef Bacik <josef@toxicpanda.com>
Wed, 26 Oct 2022 19:08:17 +0000 (15:08 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 5 Dec 2022 17:00:45 +0000 (18:00 +0100)
commitb31bed170d5241d4c9e2fc572f31fc15b274a6c9
tree1a223db25f54ffc79e2ef164b79f40337aa3ab66
parentcb9a10a6504bb35095e97f4839fcf353bf1458ea
btrfs: move btrfs_chunk_item_size out of ctree.h

This is used by the volumes code and the tree checker code.  We want to
maintain inline however, so simply move it to volumes.h.

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/volumes.h