From: Vivek Goyal Date: Tue, 8 Dec 2009 22:52:57 +0000 (-0500) Subject: cfq-iosched: Get rid of cfqq wait_busy_done flag X-Git-Tag: v2.6.33-rc1~76^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c244bb50a9baa2ec47a458bbafb36b5e559ed5fa;p=pandora-kernel.git cfq-iosched: Get rid of cfqq wait_busy_done flag o Get rid of wait_busy_done flag. This flag only tells we were doing wait busy on a queue and that queue got request so expire it. That information can easily be obtained by (cfq_cfqq_wait_busy() && queue_is_not_empty). So remove this flag and keep code simple. Signed-off-by: Vivek Goyal Signed-off-by: Jens Axboe --- Reading git-diff-tree failed