Searched hist:c5760f30 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/nvme/host/ |
H A D | fc.c | c5760f30 Fri Nov 03 10:13:16 CDT 2017 James Smart <jsmart2021@gmail.com> nvme-fc: fix localport resume using stale values
The localport resume was not updating the lldd ops structure. If the lldd is unloaded and reloaded, the ops pointers will differ.
Additionally, as there are device references taken by the localport, ensure that resume only resumes if the device matches as well.
Signed-off-by: James Smart <james.smart@broadcom.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk> c5760f30 Fri Nov 03 10:13:16 CDT 2017 James Smart <jsmart2021@gmail.com> nvme-fc: fix localport resume using stale values The localport resume was not updating the lldd ops structure. If the lldd is unloaded and reloaded, the ops pointers will differ. Additionally, as there are device references taken by the localport, ensure that resume only resumes if the device matches as well. Signed-off-by: James Smart <james.smart@broadcom.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|