Re: [PATCH 07/20] scsi_transport_fc: rename 'fc_rport_create' to 'fc_remote_port_create'

2016-10-18 Thread James Smart
On 10/18/2016 9:18 AM, Johannes Thumshirn wrote: Hi James, fc_rport_create() in scsi_transport_fc.c is static so there is no interface change here. Johannes ah - that this was the published routine. ok. -- james -- To unsubscribe from this list: send the line "unsubscribe linux-scsi"

Re: [PATCH 07/20] scsi_transport_fc: rename 'fc_rport_create' to 'fc_remote_port_create'

2016-10-18 Thread James Smart
On 10/18/2016 1:01 AM, Hannes Reinecke wrote: Required for the next patch. Signed-off-by: Hannes Reinecke --- drivers/scsi/scsi_transport_fc.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/scsi/scsi_transport_fc.c b/drivers/scsi/scsi_transport_fc.c inde

Re: [PATCH 07/20] scsi_transport_fc: rename 'fc_rport_create' to 'fc_remote_port_create'

2016-10-18 Thread Johannes Thumshirn
On Tue, Oct 18, 2016 at 10:01:41AM +0200, Hannes Reinecke wrote: > Required for the next patch. > > Signed-off-by: Hannes Reinecke > --- Given the comment on the next patch, Acked-by: Johannes Thumshirn -- Johannes Thumshirn Storage jthumsh...@suse.de

[PATCH 07/20] scsi_transport_fc: rename 'fc_rport_create' to 'fc_remote_port_create'

2016-10-18 Thread Hannes Reinecke
Required for the next patch. Signed-off-by: Hannes Reinecke --- drivers/scsi/scsi_transport_fc.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/scsi/scsi_transport_fc.c b/drivers/scsi/scsi_transport_fc.c index 0f3a386..4534085 100644 --- a/drivers/scsi/scsi_t