]> Gentwo Git Trees - linux/.git/commit
btrfs: remove double underscore prefix from __reserve_bytes()
authorFilipe Manana <fdmanana@suse.com>
Fri, 17 Oct 2025 16:58:23 +0000 (17:58 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 24 Nov 2025 21:13:00 +0000 (22:13 +0100)
commitb70c32f10a049a6e7c7c718d6ce69554af1e9b3c
treed4cf724774bc56399ece74b0109e025a2294e2d2
parent189db2510569c0f1cc7eefb583c48a36d373cae3
btrfs: remove double underscore prefix from __reserve_bytes()

The use of a double underscore prefix is discouraged and we have no
justification at all for it all since there's no reserved_bytes() counter
part. So remove the prefix.

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/space-info.c