HomeFreeBSD

Merge branch 'io_schedule'

Description

Merge branch 'io_schedule'

Currently ZFS doesn't show any I/O time in eg "top" wait% or in
/proc/$pid/stat's blkio_ticks. Using io_schedule() instead of
schedule() in zio_wait()'s cv_wait() is the correct way to fix
this.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #1158
Closes #1175

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rGe44056fcb644: Merge branch 'io_schedule' (authored by Brian Behlendorf <behlendorf1@llnl.gov>).Jan 7 2013, 6:55 PM