Skip to content
Commit d3738123 authored by Jens Axboe's avatar Jens Axboe
Browse files

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: default avatarMike Galbraith <efault@gmx.de>
Fixes: 34dbad5d

 ("blk-stat: convert to callback-based statistics reporting")
Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent 340ff321
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment