summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorNikolay Borisov <nborisov@suse.com>2018-05-28 09:36:46 +0300
committerDavid Sterba <dsterba@suse.com>2018-06-07 16:37:37 +0200
commit12e2280d7bef145859e4d208533056ec90af9a4e (patch)
treee3c096ebf8047f4064089eae36f7238e7f02c5f9 /check
parenta93d51ede72899694867d234b9f10cfee240974d (diff)
btrfs-progs: check: Remove unused root argument from btrfs_extent_post_op
This is no longer used by the callees of that function so remove it. Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: Su Yue <suy.fnst@cn.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'check')
-rw-r--r--check/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/check/main.c b/check/main.c
index 71cc1673..9a7e6b6d 100644
--- a/check/main.c
+++ b/check/main.c
@@ -8626,7 +8626,7 @@ again:
fprintf(stderr, "Error adding block group\n");
return ret;
}
- btrfs_extent_post_op(trans, fs_info->extent_root);
+ btrfs_extent_post_op(trans);
}
ret = reset_balance(trans, fs_info);