From: FUJITA Tomonori Date: Tue, 15 Jul 2008 19:21:45 +0000 (+0200) Subject: block: convert pd_special_command to use blk_execute_rq X-Git-Tag: v2.6.27-rc1~1078^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d79c5a670ddf076a346ddcf3d9e21785ecab963f;p=pandora-kernel.git block: convert pd_special_command to use blk_execute_rq pd_special_command uses blk_put_request with struct request on the stack. As a result, blk_put_request needs a hack to catch a NULL request_queue. This converts pd_special_command to use blk_execute_rq. Signed-off-by: FUJITA Tomonori Cc: Borislav Petkov Signed-off-by: Jens Axboe Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed