Commit 28f4197e authored by Jens Axboe's avatar Jens Axboe
Browse files

block: disable preemption before using sched_clock()

Commit 9195291e

 added calls to
sched_clock() from preemptible code. sched_clock() is both the
wrong interface AND cannot be called without preempt disabled.

Apply a temporary fix to get rid of the warnings, a real patch
is in the works.

Signed-off-by: default avatarJens Axboe <jaxboe@fusionio.com>
parent 713b6864
Supports Markdown
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