From: FUJITA Tomonori Date: Tue, 15 Jul 2008 19:21:50 +0000 (+0200) Subject: ide-scsi: replace ide_do_drive_cmd with blk_execute_rq_nowait X-Git-Tag: v2.6.27-rc1~1078^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e12ca11d65f4cb29ed58ea3948f8c5d4f57b35e;p=pandora-kernel.git ide-scsi: replace ide_do_drive_cmd with blk_execute_rq_nowait All the callers of ide_do_drive_cmd() except for ide-scsi use ide_preempt action argument. This converts ide-scsi to use blk_execute_rq_nowait instead of ide_do_drive_cmd so that we can remove the action argument in ide_do_drive_cmd and ide_action_t typedef. Signed-off-by: FUJITA Tomonori Cc: Borislav Petkov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed