From: Bartlomiej Zolnierkiewicz Date: Tue, 15 Jul 2008 19:21:43 +0000 (+0200) Subject: block: handle blk_pm_resume_request() requests in blk_execute_rq_nowait() X-Git-Tag: v2.6.27-rc1~1078^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a2d43b7566caeeeb414aa628bc2759028897dbb;p=pandora-kernel.git block: handle blk_pm_resume_request() requests in blk_execute_rq_nowait() For blk_pm_resume_request() requests (which are used only by IDE subsystem currently) the queue is stopped so we need to call ->request_fn explicitly. Thanks to: - Rafael for reporting/bisecting the bug - Borislav/Rafael for testing the fix This is a preparation for converting IDE to use blk_execute_rq(). Cc: FUJITA Tomonori Cc: Borislav Petkov Cc: Jens Axboe Cc: "Rafael J. Wysocki" Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed