btrfs: qgroup: Drop root parameter from btrfs_qgroup_trace_subtree
The fs_info can be fetched from the transaction handle directly. Signed-off-by: Lu Fengqi <lufq.fnst@cn.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
@@ -8660,7 +8660,7 @@ skip:
|
||||
}
|
||||
|
||||
if (need_account) {
|
||||
ret = btrfs_qgroup_trace_subtree(trans, root, next,
|
||||
ret = btrfs_qgroup_trace_subtree(trans, next,
|
||||
generation, level - 1);
|
||||
if (ret) {
|
||||
btrfs_err_rl(fs_info,
|
||||
|
Reference in New Issue
Block a user