commit | 6620742f72d2fcf311e3fc8aa2476daa91fa3f31 | [log] [tgz] |
---|---|---|
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | Thu Dec 18 14:49:43 2008 +0900 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Fri Jan 02 11:55:36 2009 -0600 |
tree | f3cdcd0979a83e224e6f90709a1d5ae7e9e60a2f | |
parent | 6d4762678b7cbe932e858c62c07c533e1736a8bf [diff] |
[SCSI] st: convert dio path to use st_scsi_execute This patch converts the dio path (mmap) to use st_scsi_execute. IOW, it removes scsi_execute_async in the non dio path. scsi_execute_async has gone! This also remove unused st_sleep_done. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Acked-by: Kai Makisara <Kai.Makisara@kolumbus.fi> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>