File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1589,8 +1589,7 @@ int btrfs_qgroup_trace_leaf_items(struct btrfs_trans_handle *trans,
1589
1589
* If we increment the root nodes slot counter past the number of
1590
1590
* elements, 1 is returned to signal completion of the search.
1591
1591
*/
1592
- static int adjust_slots_upwards (struct btrfs_root * root ,
1593
- struct btrfs_path * path , int root_level )
1592
+ static int adjust_slots_upwards (struct btrfs_path * path , int root_level )
1594
1593
{
1595
1594
int level = 0 ;
1596
1595
int nr , slot ;
@@ -1731,7 +1730,7 @@ int btrfs_qgroup_trace_subtree(struct btrfs_trans_handle *trans,
1731
1730
goto out ;
1732
1731
1733
1732
/* Nonzero return here means we completed our search */
1734
- ret = adjust_slots_upwards (root , path , root_level );
1733
+ ret = adjust_slots_upwards (path , root_level );
1735
1734
if (ret )
1736
1735
break ;
1737
1736
You can’t perform that action at this time.
0 commit comments