From: Brian Behlendorf Date: Mon, 7 Jan 2013 18:54:56 +0000 (-0800) Subject: Merge branch 'io_schedule' X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=commitdiff_plain;h=e44056fcb644496b4dee4847164afe0bb2e04e5b;hp=e44056fcb644496b4dee4847164afe0bb2e04e5b;p=zfs.git 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 Closes #1158 Closes #1175 ---