Merge branch 'io_schedule'
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 7 Jan 2013 18:54:56 +0000 (10:54 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 7 Jan 2013 18:55:20 +0000 (10:55 -0800)
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


Trivial merge