All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH resend] scsi: fc: drop residual tsk_mgmt_response and it_nexus_response
@ 2017-06-21  2:48 ` Kefeng Wang
  0 siblings, 0 replies; 5+ messages in thread
From: Kefeng Wang @ 2017-06-21  2:48 UTC (permalink / raw)
  To: Martin K. Petersen, James E.J. Bottomley, linux-scsi, linux-kernel
  Cc: Christoph Hellwig, Hannes Reinecke, Kefeng Wang

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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH resend] scsi: fc: drop residual tsk_mgmt_response and it_nexus_response
@ 2017-06-21  2:48 ` Kefeng Wang
  0 siblings, 0 replies; 5+ messages in thread
From: Kefeng Wang @ 2017-06-21  2:48 UTC (permalink / raw)
  To: Martin K. Petersen, James E.J. Bottomley, linux-scsi, linux-kernel
  Cc: Christoph Hellwig, Hannes Reinecke, Kefeng Wang

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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH resend] scsi: fc: drop residual tsk_mgmt_response and it_nexus_response
  2017-06-21  2:48 ` Kefeng Wang
  (?)
@ 2017-06-21 18:34 ` Bart Van Assche
  -1 siblings, 0 replies; 5+ messages in thread
From: Bart Van Assche @ 2017-06-21 18:34 UTC (permalink / raw)
  To: jejb, linux-scsi, linux-kernel, martin.petersen, wangkefeng.wang
  Cc: hch, hare

On Wed, 2017-06-21 at 10:48 +0800, Kefeng Wang wrote:
> After commit 556e26a70b64 ("scsi: remove tsk_mgmt_response and
> it_nexus_response transport methods"), the target driver support
> was removed totally. Drop the residua.

Hello Kefeng,

Did you mean "residual" instead of "residua"? Anyway:

Reviewed-by: Bart Van Assche <bart.vanassche@wdc.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH resend] scsi: fc: drop residual tsk_mgmt_response and it_nexus_response
  2017-06-21  2:48 ` Kefeng Wang
@ 2017-06-26 17:02   ` Martin K. Petersen
  -1 siblings, 0 replies; 5+ messages in thread
From: Martin K. Petersen @ 2017-06-26 17:02 UTC (permalink / raw)
  To: Kefeng Wang
  Cc: Martin K. Petersen, James E.J. Bottomley, linux-scsi,
	linux-kernel, Christoph Hellwig, Hannes Reinecke


Kefeng,

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

Applied to 4.13/scsi-queue, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH resend] scsi: fc: drop residual tsk_mgmt_response and it_nexus_response
@ 2017-06-26 17:02   ` Martin K. Petersen
  0 siblings, 0 replies; 5+ messages in thread
From: Martin K. Petersen @ 2017-06-26 17:02 UTC (permalink / raw)
  To: Kefeng Wang
  Cc: Martin K. Petersen, James E.J. Bottomley, linux-scsi,
	linux-kernel, Christoph Hellwig, Hannes Reinecke


Kefeng,

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

Applied to 4.13/scsi-queue, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-06-26 17:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-21  2:48 [PATCH resend] scsi: fc: drop residual tsk_mgmt_response and it_nexus_response Kefeng Wang
2017-06-21  2:48 ` Kefeng Wang
2017-06-21 18:34 ` Bart Van Assche
2017-06-26 17:02 ` Martin K. Petersen
2017-06-26 17:02   ` Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.