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-19 09:21:15 -06:00
2015-11-19 17:51:48 +01:00
2017-01-12 07:01:56 -07:00
2015-04-12 21:03:31 +02:00
2015-11-23 09:44:58 +01:00
2017-05-05 11:36:44 -07:00
2017-05-03 19:12:27 -07:00
2017-04-21 20:30:46 +08:00
2017-04-21 22:46:25 -05:00
2016-03-01 20:36:56 +01:00
2016-12-22 22:58:37 -05:00