diff options
author | FUJITA Tomonori | 2007-07-11 08:08:22 +0200 |
---|---|---|
committer | James Bottomley | 2007-10-12 20:38:01 +0200 |
commit | bfb743740e1598d3030c4972a8808f2bb5b95b6b (patch) | |
tree | 107bb8f17faa3f90bafc64dd6581bbf751ee30c9 /include/scsi/scsi_host.h | |
parent | [SCSI] tgt: convert libsrp and ibmvstgt to use srp_transport (diff) | |
download | kernel-qcow2-linux-bfb743740e1598d3030c4972a8808f2bb5b95b6b.tar.gz kernel-qcow2-linux-bfb743740e1598d3030c4972a8808f2bb5b95b6b.tar.xz kernel-qcow2-linux-bfb743740e1598d3030c4972a8808f2bb5b95b6b.zip |
[SCSI] tgt: move tsk_mgmt_response callback to transport class
This moves tsk_mgmt_response callback in struct scsi_host_template to
struct scsi_transport_template since struct scsi_transport_template is
more suitable for the task management stuff.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'include/scsi/scsi_host.h')
-rw-r--r-- | include/scsi/scsi_host.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h index 89c40c4bd5c4..88f6871badd8 100644 --- a/include/scsi/scsi_host.h +++ b/include/scsi/scsi_host.h @@ -145,9 +145,6 @@ struct scsi_host_template { int (* transfer_response)(struct scsi_cmnd *, void (*done)(struct scsi_cmnd *)); - /* Used as callback for the completion of task management request. */ - int (* tsk_mgmt_response)(struct Scsi_Host *, u64, u64 mid, int result); - /* * This is an error handling strategy routine. You don't need to * define one of these if you don't want to - there is a default |