]> git.ipfire.org Git - thirdparty/linux.git/commit
btrfs: update outdated comment in __add_block_group_free_space()
authorJulia Lawall <Julia.Lawall@inria.fr>
Tue, 30 Dec 2025 16:32:45 +0000 (17:32 +0100)
committerDavid Sterba <dsterba@suse.com>
Tue, 3 Feb 2026 06:51:42 +0000 (07:51 +0100)
commitd6f6109fe4b32878df8a5d4143a055ea680b1f84
tree5ae775f2650b5d09df2798dc5cd0fd2fdb58b7f7
parentd1a020a8d72731b80a01e1abdb8ff965ee278f69
btrfs: update outdated comment in __add_block_group_free_space()

The function add_block_group_free_space() was renamed
btrfs_add_block_group_free_space() by commit 6fc5ef782988 ("btrfs:
add btrfs prefix to free space tree exported functions").  Update
the comment accordingly.

Do some reorganization of the next few lines to keep the comment
within 80 characters.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/free-space-tree.c