Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1671301 > unrolled thread
| Started by | Kefeng Wang <wangkefeng.wang@huawei.com> |
|---|---|
| First post | 2017-06-21 05:00 +0200 |
| Last post | 2017-06-26 19:10 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[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
| From | Kefeng Wang <wangkefeng.wang@huawei.com> |
|---|---|
| Date | 2017-06-21 05:00 +0200 |
| Subject | [PATCH resend] scsi: fc: drop residual tsk_mgmt_response and it_nexus_response |
| Message-ID | <tUE25-g0-3@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Bart Van Assche <Bart.VanAssche@wdc.com> |
|---|---|
| Date | 2017-06-21 20:40 +0200 |
| Subject | Re: [PATCH resend] scsi: fc: drop residual tsk_mgmt_response and it_nexus_response |
| Message-ID | <tUSHM-1ub-5@gated-at.bofh.it> |
| In reply to | #1671301 |
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>
[toc] | [prev] | [next] | [standalone]
| From | "Martin K. Petersen" <martin.petersen@oracle.com> |
|---|---|
| Date | 2017-06-26 19:10 +0200 |
| Message-ID | <tWFGr-56V-33@gated-at.bofh.it> |
| In reply to | #1671301 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web