[SCSI] tgt: move tsk_mgmt_response callback to transport class
authorFUJITA Tomonori <tomof@acm.org>
Wed, 11 Jul 2007 06:08:22 +0000 (15:08 +0900)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:38:01 +0000 (14:38 -0400)
commitbfb743740e1598d3030c4972a8808f2bb5b95b6b
tree107bb8f17faa3f90bafc64dd6581bbf751ee30c9
parent17b0bcfad795913b1f2a3926cd238fa2ad5522a2
[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>
drivers/scsi/scsi_tgt_lib.c
drivers/scsi/scsi_transport_srp.c
include/scsi/scsi_host.h
include/scsi/scsi_transport.h
include/scsi/scsi_transport_srp.h