From: FUJITA Tomonori Date: Fri, 5 Dec 2008 06:25:21 +0000 (+0900) Subject: [SCSI] st: add st_scsi_kern_execute helper function X-Git-Tag: v2.6.29-rc1~555^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffb4349499c00cd8ec90cb896599789cc00a7415;p=pandora-kernel.git [SCSI] st: add st_scsi_kern_execute helper function st_scsi_kern_execute is a helper function to perform SCSI commands synchronously. It supports data transfer with a liner in-kernel buffer (not scatter gather). st_scsi_kern_execute internally uses scsi_execute(). The majority of st_do_scsi can be replaced with st_scsi_kern_execute. This is a preparation for rewriting st_do_scsi to remove obsolete scsi_execute_async(). Signed-off-by: FUJITA Tomonori Signed-off-by: James Bottomley --- Reading git-diff-tree failed