original_kernel/drivers/nvme/host
Keith Busch 4726bcf30f nvme-pci: add missing unlock for reset error
The reset work holds a mutex to prevent races with removal modifying the
same resources, but was unlocking only on success. Unlock on failure
too.

Fixes: 5c959d73db ("nvme-pci: fix rapid add remove sequence")
Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
2019-02-12 09:29:07 +01:00
..
Kconfig
Makefile
core.c nvme: lock NS list changes while handling command effects 2019-02-06 16:35:33 +01:00
fabrics.c nvme-fabrics: unset write/poll queues for discovery controllers 2019-01-09 13:47:06 -05:00
fabrics.h
fault_inject.c
fc.c
lightnvm.c
multipath.c nvme-multipath: drop optimization for static ANA group IDs 2019-01-23 17:16:59 -07:00
nvme.h nvme: lock NS list changes while handling command effects 2019-02-06 16:35:33 +01:00
pci.c nvme-pci: add missing unlock for reset error 2019-02-12 09:29:07 +01:00
rdma.c nvme-rdma: rework queue maps handling 2019-01-23 17:16:59 -07:00
tcp.c nvme-tcp: fix timeout handler 2019-01-23 17:16:59 -07:00
trace.c
trace.h