Re: [PATCH 11/20] libfc: Replace ->rport_recv_req callback with function call

2016-10-18 Thread Johannes Thumshirn
On Tue, Oct 18, 2016 at 10:01:45AM +0200, Hannes Reinecke wrote: > The ->rport_recv_req 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 11/20] libfc: Replace ->rport_recv_req callback with function call

2016-10-18 Thread Hannes Reinecke
The ->rport_recv_req 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_lport.c | 2 +- drivers/scsi/libfc/fc_rport.c | 6 ++ include/scsi/libfc.h | 8 +---