Re: [PATCH 16/20] libfc: Replace ->exch_done callback with function call

2016-10-18 Thread Johannes Thumshirn
On Tue, Oct 18, 2016 at 10:01:50AM +0200, Hannes Reinecke wrote: > The ->exch_done callback only ever had one implementation, > so we can as well call it directly and drop the callback. > > Signed-off-by: Hannes Reinecke > --- Looks good, Acked-by: Johannes Thumshirn -- Johannes Thumshirn

[PATCH 16/20] libfc: Replace ->exch_done callback with function call

2016-10-18 Thread Hannes Reinecke
The ->exch_done callback only ever had one implementation, so we can as well call it directly and drop the callback. Signed-off-by: Hannes Reinecke --- drivers/scsi/libfc/fc_exch.c| 6 ++ drivers/scsi/libfc/fc_fcp.c | 20 +--- drivers/scsi/libfc/fc_lport.c | 2 +-