]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: remove pointless comment from ctree.h
authorFilipe Manana <fdmanana@suse.com>
Mon, 16 Dec 2024 16:36:19 +0000 (16:36 +0000)
committerDavid Sterba <dsterba@suse.com>
Mon, 13 Jan 2025 13:53:17 +0000 (14:53 +0100)
commitde9c8265b763f98b4b8f7f13acf4888285ac5a47
tree9013597ef965e3c52994d1d40f185d3765529a46
parent07174a34295767389383fd4e27da2a41ebb6966e
btrfs: remove pointless comment from ctree.h

It's pointless to have a comment above the prototype declarations of
btrfs_ctree_init() and btrfs_ctree_exit() mentioning that they are
declared in ctree.c. This is from the old days when ctree.h was used
to place anything that didn't fit in any other file. So remove it.

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