Jens Axboe d373812398 blk-stat: don't use this_cpu_ptr() in a preemptable section
If PREEMPT_RCU is enabled, rcu_read_lock() isn't strong enough
for us to use this_cpu_ptr() in that section. Use the safer
get/put_cpu_ptr() variants instead.

Reported-by: Mike Galbraith <efault@gmx.de>
Fixes: 34dbad5d26e2 ("blk-stat: convert to callback-based statistics reporting")
Signed-off-by: Jens Axboe <axboe@fb.com>
2017-05-10 07:40:18 -06:00
..
2017-05-01 14:09:21 -07:00
2017-05-04 08:24:13 -06:00
2017-04-21 07:56:23 -06:00
2017-05-04 08:24:13 -06:00
2017-04-21 07:56:23 -06:00
2017-04-19 17:38:36 -06:00
2017-05-05 18:49:20 -07:00
2017-05-04 08:25:17 -06:00
2017-05-05 18:49:20 -07:00