]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: remove fs_info parameter from btrfs_destroy_delayed_refs()
authorFilipe Manana <fdmanana@suse.com>
Mon, 21 Oct 2024 16:03:46 +0000 (17:03 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 11 Nov 2024 13:34:19 +0000 (14:34 +0100)
commit2f6e05a5ccb81007a9ca75769fa54f5c57119a9f
tree02f2c6a5df9f7b71daa1c7324b64fb568567e366
parent22a0ae1889c6a5cd1f03de7e5f6c64646e782fd8
btrfs: remove fs_info parameter from btrfs_destroy_delayed_refs()

The fs_info parameter is redundant because it can be extracted from the
transaction given as another parameter. So remove it and use the fs_info
accessible from the transaction.

Reviewed-by: Boris Burkov <boris@bur.io>
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/delayed-ref.c
fs/btrfs/delayed-ref.h
fs/btrfs/disk-io.c