btrfs: Remove unused fs_info from cleanup_extent_op
The argument is no longer used so remove it. Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: Qu Wenruo <wqu@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
20b9a2d670
commit
c4d56d4a16
@ -2546,7 +2546,6 @@ static void unselect_delayed_ref_head(struct btrfs_delayed_ref_root *delayed_ref
|
||||
}
|
||||
|
||||
static int cleanup_extent_op(struct btrfs_trans_handle *trans,
|
||||
struct btrfs_fs_info *fs_info,
|
||||
struct btrfs_delayed_ref_head *head)
|
||||
{
|
||||
struct btrfs_delayed_extent_op *extent_op = head->extent_op;
|
||||
@ -2574,7 +2573,7 @@ static int cleanup_ref_head(struct btrfs_trans_handle *trans,
|
||||
|
||||
delayed_refs = &trans->transaction->delayed_refs;
|
||||
|
||||
ret = cleanup_extent_op(trans, fs_info, head);
|
||||
ret = cleanup_extent_op(trans, head);
|
||||
if (ret < 0) {
|
||||
unselect_delayed_ref_head(delayed_refs, head);
|
||||
btrfs_debug(fs_info, "run_delayed_extent_op returned %d", ret);
|
||||
|
Loading…
Reference in New Issue
Block a user