From: Mike Christie Date: Fri, 11 Nov 2005 11:30:27 +0000 (-0600) Subject: [SCSI] Convert SCSI mid-layer to scsi_execute_async X-Git-Tag: v2.6.16-rc1~474^2~22^2~8^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e68af666f5336254b5715dca591026b7324499a;p=pandora-kernel.git [SCSI] Convert SCSI mid-layer to scsi_execute_async Add scsi helpers to create really-large-requests and convert scsi-ml to scsi_execute_async(). Per Jens's previous comments, I placed this function in scsi_lib.c. I made it follow all the queue's limits - I think I did at least :), so I removed the warning on the function header. I think the scsi_execute_* functions should eventually take a request_queue and be placed some place where the dm-multipath hw_handler can use them if that failover code is going to stay in the kernel. That conversion patch will be sent in another mail though. Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed