]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: remove unused definition of tree_entry in extent-io-tree.c
authorDavid Sterba <dsterba@suse.com>
Tue, 21 Nov 2023 01:50:19 +0000 (02:50 +0100)
committerDavid Sterba <dsterba@suse.com>
Fri, 15 Dec 2023 19:27:01 +0000 (20:27 +0100)
commit49542050b1a172c67005e4d63f90429b4ae50b01
treedd24f219a14f78b6f46be1b6d5106a57c0ed268f
parenta0df0a2680353fbfd7a14aaab4624f22d539b876
btrfs: remove unused definition of tree_entry in extent-io-tree.c

The declaration was temporarily moved in a4055213bf69 ("btrfs: unexport
all the temporary exports for extent-io-tree.c") and then should have
been removed in 6.0 in 071d19f5130f ("btrfs: remove struct tree_entry in
extent-io-tree.c") but was not.  This was found by tool
https://github.com/jirislaby/clang-struct .

Reviewed-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent-io-tree.c