]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 1 Jun 2017 20:40:44 +0000 (13:40 -0700)
commit913b03597ab0930b6622227f614a9291dc00cda8
treef12dc7a5081024dead5000f53edf27870807af65
parent04a11a70e9ab13568a740ed1256101d37568eb2e
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>
(cherry picked from commit 4c9f748f0ee88447b28546991f60f43a7319aafd)

Orabug: 25130845

Signed-off-by: Ashok Vairavan <ashok.vairavan@oracle.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/nvme/host/pci.c