Re: [PATCH 15/20] libfc: Replace ->seq_exch_abort callback with function call

2016-10-18 Thread Johannes Thumshirn
On Tue, Oct 18, 2016 at 10:01:49AM +0200, Hannes Reinecke wrote: > The ->seq_exch_abort 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

[PATCH 15/20] libfc: Replace ->seq_exch_abort callback with function call

2016-10-18 Thread Hannes Reinecke
The ->seq_exch_abort 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 | 13 - drivers/scsi/libfc/fc_fcp.c | 4 ++-- include/scsi/libfc.h | 14