]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: remove the unused locked_folio parameter from btrfs_cleanup_ordered_extents()
authorQu Wenruo <wqu@suse.com>
Thu, 12 Dec 2024 06:14:03 +0000 (16:44 +1030)
committerDavid Sterba <dsterba@suse.com>
Mon, 13 Jan 2025 15:00:50 +0000 (16:00 +0100)
commitbf50aca633bb5de5901b831bbac0e6b678d61a3f
tree11e64e8827837e98bfc69039ed5f4d9dbf749152
parent975a6a8855f45729a0fbfe2a8f2df2d3faef2a97
btrfs: remove the unused locked_folio parameter from btrfs_cleanup_ordered_extents()

The function btrfs_cleanup_ordered_extents() is only called in error
handling path, and the last caller with a @locked_folio parameter was
removed to fix a bug in the btrfs_run_delalloc_range() error handling.

There is no need to pass @locked_folio parameter anymore.

Reviewed-by: Boris Burkov <boris@bur.io>
Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/inode.c