btrfs: remove trans parameter of merge_ref
authorJohannes Thumshirn <johannes.thumshirn@wdc.com>
Mon, 12 Dec 2022 09:02:47 +0000 (01:02 -0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 13 Feb 2023 16:50:32 +0000 (17:50 +0100)
commitf09f7851b78b2fdb9d4c3bd5b1a086ab2ab955dd
treeaa8ddb47c7740ff344c3f716bcdb0287ce9bf1ed
parent4c89493f35c4a8143b7bdc23ff446ddbadfb39d9
btrfs: remove trans parameter of merge_ref

Now that drop_delayed_ref() doesn't get the btrfs_trans_handle passed in
anymore, we can get rid of it in merge_ref() as well.

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