]> git.ipfire.org Git - thirdparty/linux.git/commit
btrfs: remove stale comment from btrfs_free_extent()
authorFilipe Manana <fdmanana@suse.com>
Fri, 15 Sep 2023 15:02:56 +0000 (16:02 +0100)
committerDavid Sterba <dsterba@suse.com>
Thu, 12 Oct 2023 14:44:08 +0000 (16:44 +0200)
commitdf423ee23bcf3228ed5f4aaacc2b108cecaf0c26
tree9f6b4642c5ec5ec2e3f81b3c1dcd00a8b88a2d88
parent87463f7e0250d471fac41e7c9c45ae21d83b5f85
btrfs: remove stale comment from btrfs_free_extent()

A comment at btrfs_free_extent() mentions the call to btrfs_pin_extent()
unlocks the pinned mutex, however that mutex is long gone, it was removed
in 2009 by commit 04018de5d41e ("Btrfs: kill the pinned_mutex"). So just
delete the comment.

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/extent-tree.c