btrfs-progs: check: Remove root parameter from btrfs_fix_block_accounting
commitb4c4ff9c4a15eb0d97ab9dd6f12f7bc9774d0d7b
authorNikolay Borisov <nborisov@suse.com>
Mon, 28 May 2018 06:36:41 +0000 (28 09:36 +0300)
committerDavid Sterba <dsterba@suse.com>
Thu, 7 Jun 2018 14:37:36 +0000 (7 16:37 +0200)
tree0638f5a2dd682e2ba90a4ff4e0071dfd7e9e1f9d
parent48663d6e64d596ea6214089140b65708b3112bf2
btrfs-progs: check: Remove root parameter from btrfs_fix_block_accounting

It's always set to extent_root and the function already takes a
transaction handle where fs_info could be referenced and in turn
the extent_tree.

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>
check/main.c
check/mode-lowmem.c
convert/main.c
ctree.h
extent-tree.c