btrfs: drop unused trans parameter of drop_delayed_ref
authorJohannes Thumshirn <johannes.thumshirn@wdc.com>
Mon, 12 Dec 2022 09:02:46 +0000 (01:02 -0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 13 Feb 2023 16:50:32 +0000 (17:50 +0100)
commit4c89493f35c4a8143b7bdc23ff446ddbadfb39d9
tree88cd8d65d6e031874dfa839429ecb501281c3466
parentceaa837f96adb69c0df0397937cd74991d5d821a
btrfs: drop unused trans parameter of drop_delayed_ref

drop_delayed_ref() doesn't use the btrfs_trans_handle it gets passed in,
so remove it.

Reviewed-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/delayed-ref.c