Qu Wenruo
fd2b007eae
btrfs: tracepoints: Fix wrong parameter order for qgroup events
...
[BUG]
For btrfs:qgroup_meta_reserve event, the trace event can output garbage:
qgroup_meta_reserve: 9c7f6acc-b342-4037-bc47-7f6e4d2232d7: refroot=5(FS_TREE) type=DATA diff=2
The diff should always be alinged to sector size (4k), so there is
definitely something wrong.
[CAUSE]
For the wrong @diff, it's caused by wrong parameter order.
The correct parameters are:
struct btrfs_root, s64 diff, int type.
However the parameters used are:
struct btrfs_root, int type, s64 diff.
Fixes: 4ee0d8832c ("btrfs: qgroup: Update trace events for metadata reservation")
CC: stable@vger.kernel.org # 4.19+
Reviewed-by: Nikolay Borisov <nborisov@suse.com >
Signed-off-by: Qu Wenruo <wqu@suse.com >
Reviewed-by: David Sterba <dsterba@suse.com >
Signed-off-by: David Sterba <dsterba@suse.com >
2019-10-17 14:09:31 +02:00
..
2019-09-24 14:45:02 +02:00
2019-04-29 19:02:44 +02:00
2019-09-09 14:59:03 +02:00
2018-04-12 16:29:46 +02:00
2019-07-30 18:25:12 +02:00
2019-07-01 13:34:53 +02:00
2019-10-11 21:27:51 +02:00
2019-09-09 14:59:15 +02:00
2019-09-09 14:59:19 +02:00
2019-07-02 12:30:55 +02:00
2019-07-01 13:35:02 +02:00
2019-09-09 14:58:58 +02:00
2018-04-12 16:29:46 +02:00
2019-09-09 14:59:15 +02:00
2019-09-09 14:59:11 +02:00
2019-09-09 14:59:20 +02:00
2019-10-15 18:50:07 +02:00
2019-10-15 18:50:07 +02:00
2019-07-04 17:26:17 +02:00
2019-09-09 14:59:15 +02:00
2018-10-15 17:23:33 +02:00
2019-09-09 14:59:18 +02:00
2019-07-04 17:26:17 +02:00
2019-09-09 14:59:15 +02:00
2019-04-29 19:02:43 +02:00
2019-04-29 19:02:50 +02:00
2019-10-15 15:43:29 +02:00
2019-09-09 14:59:11 +02:00
2018-10-15 17:23:25 +02:00
2018-04-12 16:29:46 +02:00
2019-09-24 14:45:23 +02:00
2019-09-09 14:58:59 +02:00
2019-09-09 14:59:00 +02:00
2019-02-25 14:13:21 +01:00
2019-09-09 14:59:18 +02:00
2019-07-01 13:35:02 +02:00
2019-10-15 18:50:07 +02:00
2019-09-09 14:59:17 +02:00
2019-09-09 14:59:15 +02:00
2019-09-09 14:59:03 +02:00
2019-09-09 14:59:03 +02:00
2019-09-09 14:59:16 +02:00
2019-10-15 18:50:07 +02:00
2018-04-12 16:29:46 +02:00
2019-10-15 18:50:07 +02:00
2019-10-15 18:50:07 +02:00
2019-07-17 17:03:30 +02:00
2019-09-09 14:59:15 +02:00
2019-09-09 14:58:59 +02:00
2019-09-09 14:59:11 +02:00
2019-09-09 14:59:04 +02:00
2019-09-09 14:59:15 +02:00
2019-09-09 14:59:15 +02:00
2019-07-01 13:35:00 +02:00
2018-04-12 16:29:51 +02:00
2019-07-02 12:30:47 +02:00
2018-04-20 19:18:16 +02:00
2019-09-09 14:59:13 +02:00
2019-04-29 19:02:54 +02:00
2019-10-17 14:09:31 +02:00
2019-02-25 14:13:39 +01:00
2019-09-09 14:59:15 +02:00
2019-07-01 13:34:58 +02:00
2018-04-12 16:29:46 +02:00
2019-09-09 14:59:11 +02:00
2019-10-03 15:00:56 +02:00
2019-04-29 19:02:49 +02:00
2019-10-15 18:50:07 +02:00
2019-09-09 14:59:13 +02:00
2019-09-09 14:59:03 +02:00
2019-10-08 13:14:55 +02:00
2018-04-12 16:29:46 +02:00
2019-09-09 14:59:19 +02:00
2019-09-09 14:59:18 +02:00
2019-09-09 14:59:16 +02:00
2019-09-09 14:59:06 +02:00
2019-09-09 14:59:08 +02:00
2019-09-09 14:59:08 +02:00
2019-09-09 14:59:15 +02:00
2019-07-30 18:25:12 +02:00
2019-09-09 14:59:14 +02:00
2019-04-29 19:02:39 +02:00
2019-02-25 14:13:27 +01:00
2019-10-01 18:41:02 +02:00
2019-04-29 19:02:41 +02:00
2018-04-12 16:29:51 +02:00
2018-04-12 16:29:46 +02:00
2019-04-29 19:02:50 +02:00
2019-10-01 19:37:29 +02:00
2019-09-09 14:59:06 +02:00
2019-06-17 16:37:17 +02:00
2019-04-29 19:02:44 +02:00
2019-09-09 14:59:11 +02:00
2019-09-09 14:59:15 +02:00