From: Wu Fengguang Date: Fri, 9 Oct 2009 10:40:42 +0000 (+0200) Subject: writeback: account IO throttling wait as iowait X-Git-Tag: v2.6.32-rc5~26^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d25105e8911bff1dbd68e387f12901c5b1a15fe8;p=pandora-kernel.git writeback: account IO throttling wait as iowait It makes sense to do IOWAIT when someone is blocked due to IO throttle, as suggested by Kame and Peter. There is an old comment for not doing IOWAIT on throttle, however it has been mismatching the code for a long time. If we stop accounting IOWAIT for 2.6.32, it could be an undesirable behavior change. So restore the io_schedule. CC: KAMEZAWA Hiroyuki CC: Peter Zijlstra Signed-off-by: Wu Fengguang Signed-off-by: Jens Axboe --- Reading git-diff-tree failed