Re: [PATCH] scsi: libfc: directly call ELS request handlers

2017-04-11 Thread Martin K. Petersen
Johannes Thumshirn writes: > Directly call ELS request handler functions in fc_lport_recv_els_req > instead of saving the pointer to the handler's receive function and then > later dereferencing this pointer. Applied to 4.12/scsi-queue. -- Martin K. Petersen Oracle

Re: [PATCH] scsi: libfc: directly call ELS request handlers

2017-04-07 Thread Chad Dupuis
On Fri, 7 Apr 2017, 1:42pm -, Johannes Thumshirn wrote: > Directly call ELS request handler functions in fc_lport_recv_els_req > instead of saving the pointer to the handler's receive function and then > later dereferencing this pointer. > > This makes the code a bit more obvious. > >

[PATCH] scsi: libfc: directly call ELS request handlers

2017-04-07 Thread Johannes Thumshirn
Directly call ELS request handler functions in fc_lport_recv_els_req instead of saving the pointer to the handler's receive function and then later dereferencing this pointer. This makes the code a bit more obvious. Signed-off-by: Johannes Thumshirn ---