]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: move extent-tree function declarations out of ctree.h
authorFilipe Manana <fdmanana@suse.com>
Mon, 16 Dec 2024 16:29:45 +0000 (16:29 +0000)
committerDavid Sterba <dsterba@suse.com>
Mon, 13 Jan 2025 13:53:17 +0000 (14:53 +0100)
commit07174a34295767389383fd4e27da2a41ebb6966e
tree7db6c659ebe9247f9be9e35409c51338daa5ba95
parent378f25d3fc429ad001fa686f615df5c0f9cd47e1
btrfs: move extent-tree function declarations out of ctree.h

We have 3 functions that have their prototypes declared in ctree.h but
they are defined at extent-tree.c and they are unrelated to the btree
data structure. Move the prototypes out of ctree.h and into extent-tree.h.

Reviewed-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ctree.h
fs/btrfs/extent-tree.h
fs/btrfs/free-space-cache.c
fs/btrfs/volumes.c