Searched hist:"24 b7f059" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/nvme/host/ |
H A D | fc.c | 24b7f059 Mon Jun 05 17:03:42 CDT 2017 James Smart <jsmart2021@gmail.com> nvme-fc: fix missing put reference on controller create failure
The failure case, of a create controller request, called nvme_uninit_ctrl() but didn't do a put to allow the nvme controller to be deleted.
Signed-off-by: James Smart <james.smart@broadcom.com> Signed-off-by: Christoph Hellwig <hch@lst.de> 24b7f059 Mon Jun 05 17:03:42 CDT 2017 James Smart <jsmart2021@gmail.com> nvme-fc: fix missing put reference on controller create failure The failure case, of a create controller request, called nvme_uninit_ctrl() but didn't do a put to allow the nvme controller to be deleted. Signed-off-by: James Smart <james.smart@broadcom.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
|