btrfs: fix function name in comment for btrfs_remove_ordered_extent()
authorFilipe Manana <fdmanana@suse.com>
Tue, 14 May 2024 12:19:12 +0000 (13:19 +0100)
committerDavid Sterba <dsterba@suse.com>
Thu, 11 Jul 2024 13:33:16 +0000 (15:33 +0200)
commit3441b070f82b721473547cba9e4cd7914006b67c
tree0d718e1f82906298d840b537a106dde1dec48597
parent416d6ab49d43570a52484677a864bda52e27db6c
btrfs: fix function name in comment for btrfs_remove_ordered_extent()

Due to a refactoring introduced by commit 53d9981ca20e ("btrfs: split
btrfs_alloc_ordered_extent to allocation and insertion helpers"), the
function btrfs_alloc_ordered_extent() was renamed to
alloc_ordered_extent(), so the comment at btrfs_remove_ordered_extent()
is no longer very accurate. Update the comment to refer to the new
name "alloc_ordered_extent()".

Reviewed-by: Qu Wenruo <wqu@suse.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/ordered-data.c