Shaohua Li
5f3394530f
blktrace: fix integer parse
...
sscanf is a very poor way to parse integer. For example, I input
"discard" for act_mask, it gets 0xd and completely messes up. Using
correct API to do integer parse.
This patch also makes attributes accept any base of integer.
Signed-off-by: Shaohua Li <shli@fb.com >
Signed-off-by: Jens Axboe <axboe@fb.com >
2017-05-19 09:21:15 -06:00
..
2017-05-01 11:40:23 -04:00
2017-05-01 13:52:24 -07:00
2017-03-28 07:44:25 +02:00
2017-05-01 15:46:13 -07:00
2017-05-01 21:49:28 +02:00
2017-05-03 17:55:59 -07:00
2017-05-03 18:29:28 -07:00
2017-04-10 15:22:03 -04:00
2017-05-02 19:09:35 -07:00
2017-05-05 11:08:43 -07:00
2017-05-19 09:21:15 -06:00
2017-05-03 11:05:15 -07:00
2017-05-03 11:05:15 -07:00
2017-05-03 11:05:15 -07:00
2017-05-03 09:21:59 -07:00
2017-05-02 10:16:05 -04:00
2017-05-02 10:16:05 -04:00
2017-05-03 11:05:15 -07:00
2017-04-14 21:49:56 +02:00
2017-04-14 10:29:40 +02:00
2017-05-03 08:50:52 -07:00
2017-04-15 16:03:46 +02:00
2017-05-05 11:36:44 -07:00
2017-05-01 09:15:53 +02:00
2017-05-03 19:12:27 -07:00
2017-04-21 20:30:46 +08:00
2017-04-18 10:37:13 +02:00
2017-04-08 00:47:48 -07:00
2017-05-02 11:38:06 -07:00
2017-04-21 22:46:25 -05:00
2017-04-11 09:06:32 +02:00
2017-05-05 11:08:43 -07:00
2017-04-21 15:59:52 -04:00
2017-05-01 16:15:18 -07:00
2017-05-01 19:12:53 -07:00