Re: [PATCH] lpfc: fix refcount error on node list

2017-06-26 Thread Martin K. Petersen
James, > A change in remote port removal introduced a spurious put which can > cause a premature structure teardown. The affects were most notable > when the driver attempted to unload as a null pointer would be hit. > > Fix by removing the unnecessary put. Applied to 4.13/scsi-queue. --

Re: [PATCH] lpfc: fix refcount error on node list

2017-06-22 Thread Johannes Thumshirn
Looks good, Reviewed-by: Johannes Thumshirn -- Johannes Thumshirn Storage jthumsh...@suse.de+49 911 74053 689 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: Felix Imendörffer, Jane Smithard, Graham

[PATCH] lpfc: fix refcount error on node list

2017-06-21 Thread James Smart
A change in remote port removal introduced a spurious put which can cause a premature structure teardown. The affects were most notable when the driver attempted to unload as a null pointer would be hit. Fix by removing the unnecessary put. Signed-off-by: James Smart