c5dc5c76a21be922dca4826f3eca8ca author Jens Axboe 1302954665 +0200 committer Jens Axboe 1302954665 +0200 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: Jens Axboe ;éaŸ0x