diff options
author | Lu Fengqi <lufq.fnst@cn.fujitsu.com> | 2018-07-18 09:45:37 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2018-08-06 14:12:52 +0300 |
commit | 8d38d7eb7bb60a7a441cec3ba92784d9f1e20d5f (patch) | |
tree | 26c302d92103ba36170fafc69e4eae491ce96beb /fs/btrfs/qgroup.h | |
parent | a95f3aafd6a2d0e8de834c95e91066825e3e7787 (diff) | |
download | linux-8d38d7eb7bb60a7a441cec3ba92784d9f1e20d5f.tar.xz |
btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_leaf_items
It can be fetched from the transaction handle.
Signed-off-by: Lu Fengqi <lufq.fnst@cn.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/qgroup.h')
-rw-r--r-- | fs/btrfs/qgroup.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/qgroup.h b/fs/btrfs/qgroup.h index 0215dc0b1710..9d434a01d467 100644 --- a/fs/btrfs/qgroup.h +++ b/fs/btrfs/qgroup.h @@ -222,7 +222,6 @@ int btrfs_qgroup_trace_extent(struct btrfs_trans_handle *trans, u64 bytenr, * Return <0 for error(ENOMEM) */ int btrfs_qgroup_trace_leaf_items(struct btrfs_trans_handle *trans, - struct btrfs_fs_info *fs_info, struct extent_buffer *eb); /* * Inform qgroup to trace a whole subtree, including all its child tree |