btrfs: mark btrfs_put_caching_control() static
authorLijuan Li <lilijuan@iscas.ac.cn>
Thu, 29 Feb 2024 08:30:07 +0000 (16:30 +0800)
committerDavid Sterba <dsterba@suse.com>
Tue, 5 Mar 2024 16:13:23 +0000 (17:13 +0100)
commit7ec28f83a161c4aa6a01d93cf14ee18ec9414fa1
treeebfc5e5c8a4039d505f47f848f9b05a32ba2b9ab
parentef5a05c55704c42df77c9ca0be721f031bb9c510
btrfs: mark btrfs_put_caching_control() static

btrfs_put_caching_control() is only used in block-group.c, so mark it
static.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Lijuan Li <lilijuan@iscas.ac.cn>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/block-group.c
fs/btrfs/block-group.h