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

block: make unplug timer trace event correspond to the schedule() unplug



It's a pretty close match to what we had before - the timer triggering
would mean that nobody unplugged the plug in due time, in the new
scheme this matches very closely what the schedule() unplug now is.
It's essentially the difference between an explicit unplug (IO unplug)
or an implicit unplug (timer unplug, we scheduled with pending IO
queued).

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