Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1671301

[PATCH resend] scsi: fc: drop residual tsk_mgmt_response and it_nexus_response

From Kefeng Wang <wangkefeng.wang@huawei.com>
Newsgroups linux.kernel
Subject [PATCH resend] scsi: fc: drop residual tsk_mgmt_response and it_nexus_response
Date 2017-06-21 05:00 +0200
Message-ID <tUE25-g0-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


After commit 556e26a70b64 ("scsi: remove tsk_mgmt_response and
it_nexus_response transport methods"), the target driver support
was removed totally. Drop the residua.

Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
---
 include/scsi/scsi_transport_fc.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/include/scsi/scsi_transport_fc.h b/include/scsi/scsi_transport_fc.h
index 6e208bb..e308cd5 100644
--- a/include/scsi/scsi_transport_fc.h
+++ b/include/scsi/scsi_transport_fc.h
@@ -658,10 +658,6 @@ struct fc_function_template {
 	int	(*vport_disable)(struct fc_vport *, bool);
 	int  	(*vport_delete)(struct fc_vport *);
 
-	/* target-mode drivers' functions */
-	int     (* tsk_mgmt_response)(struct Scsi_Host *, u64, u64, int);
-	int     (* it_nexus_response)(struct Scsi_Host *, u64, int);
-
 	/* bsg support */
 	int	(*bsg_request)(struct bsg_job *);
 	int	(*bsg_timeout)(struct bsg_job *);
-- 
1.7.12.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH resend] scsi: fc: drop residual tsk_mgmt_response and it_nexus_response Kefeng Wang <wangkefeng.wang@huawei.com> - 2017-06-21 05:00 +0200
  Re: [PATCH resend] scsi: fc: drop residual tsk_mgmt_response and  it_nexus_response Bart Van Assche <Bart.VanAssche@wdc.com> - 2017-06-21 20:40 +0200
  Re: [PATCH resend] scsi: fc: drop residual tsk_mgmt_response and it_nexus_response "Martin K. Petersen" <martin.petersen@oracle.com> - 2017-06-26 19:10 +0200

csiph-web