nvme: don't take the I/O queue q_lock in nvme_timeout
authorChristoph Hellwig <hch@lst.de>
Thu, 22 Oct 2015 12:03:34 +0000 (14:03 +0200)
committerJens Axboe <axboe@fb.com>
Tue, 22 Dec 2015 16:38:32 +0000 (09:38 -0700)
commit4c9f748f0ee88447b28546991f60f43a7319aafd
treedf22e7ac58f8163258d8a74aaeb243d8440faabb
parent77bf25ea70200cddf083f74b7f617e5f07fac8bd
nvme: don't take the I/O queue q_lock in nvme_timeout

There is nothing it protects, but it makes lockdep unhappy in many different
ways.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/nvme/host/pci.c