From: Jens Axboe Date: Wed, 15 Apr 2009 10:11:10 +0000 (+0200) Subject: cfq-iosched: no need to save interrupts in cfq_kick_queue() X-Git-Tag: v2.6.30-rc3~88^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40bb54d197a10fe86d73073ee8202ba2812a05fa;p=pandora-kernel.git cfq-iosched: no need to save interrupts in cfq_kick_queue() It's called from the workqueue handlers from process context, so we always have irqs enabled when entered. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed