diff options
author | 2024-10-21 17:03:46 +0100 | |
---|---|---|
committer | 2024-11-11 14:34:19 +0100 | |
commit | 2f6e05a5ccb81007a9ca75769fa54f5c57119a9f (patch) | |
tree | 02f2c6a5df9f7b71daa1c7324b64fb568567e366 /scripts/gcc-plugins | |
parent | btrfs: move btrfs_destroy_delayed_refs() to delayed-ref.c (diff) | |
download | wireguard-linux-2f6e05a5ccb81007a9ca75769fa54f5c57119a9f.tar.xz wireguard-linux-2f6e05a5ccb81007a9ca75769fa54f5c57119a9f.zip |
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions