commit | c9f6f3cd1c6fc4df959ce2bce15e5e6ce660bfd4 | [log] [tgz] |
---|---|---|
author | Qu Wenruo <wqu@suse.com> | Thu May 03 09:59:02 2018 +0800 |
committer | David Sterba <dsterba@suse.com> | Mon May 28 18:07:30 2018 +0200 |
tree | 5c00feff81afe60902b45f1f20c72365ded6949e | |
parent | f5686e3acdfd8b2559ed6988f85374c36e1fed4c [diff] |
btrfs: qgroup: Allow trace_btrfs_qgroup_account_extent() to record its transid When debugging quota rescan race, some times btrfs rescan could account some old (committed) leaf and then re-account newly committed leaf in next generation. This race needs extra transid to locate, so add @transid for trace_btrfs_qgroup_account_extent() for such debug. Signed-off-by: Qu Wenruo <wqu@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>