VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Filipe Manana <fdmanana@suse.com> 2021-07-21 17:31:48 +0100 committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2021-07-28 14:37:38 +0200 commit: f5ef2fe05d386995b951476ffc8d6a6023888d99 parent: 6f919907e92e8bed7cd0472b26106ba7c16b9d3f
Commit Summary:
btrfs: fix lock inversion problem when doing qgroup extent tracing
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/btrfs/qgroup.h b/fs/btrfs/qgroup.h
index 7283e4f549af..880e9df0dac1 100644
--- a/fs/btrfs/qgroup.h
+++ b/fs/btrfs/qgroup.h
@@ -298,7 +298,7 @@ int btrfs_qgroup_trace_extent_nolock(
  * using current root, then we can move all expensive backref walk out of
  * transaction committing, but not now as qgroup accounting will be wrong again.
  */
-int btrfs_qgroup_trace_extent_post(struct btrfs_fs_info *fs_info,
+int btrfs_qgroup_trace_extent_post(struct btrfs_trans_handle *trans,
 				   struct btrfs_qgroup_extent_record *qrecord);
 
 /*