]> git.proxmox.com Git - mirror_zfs-debian.git/commit
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)
commite44056fcb644496b4dee4847164afe0bb2e04e5b
tree7c1dca51b3f152a4a9930ab8e905905fd2726c6f
parent15f9d4e1c2b0ee26546e79d599df1b2adc2e5026
parent72938d6905d9dcd60f7a5ff68ae469e74c248228
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