]> www.infradead.org Git - users/jedix/linux-maple.git/commit
nvme: properly handle partially initialized queues in nvme_create_io_queues
authorChristoph Hellwig <hch@lst.de>
Fri, 2 Oct 2015 16:51:31 +0000 (18:51 +0200)
committerChuck Anderson <chuck.anderson@oracle.com>
Wed, 6 Jul 2016 23:31:59 +0000 (16:31 -0700)
commit059eb932ae71c3f8cc54f8b4560fa0dad5c9a793
treea564a6c039afe9d3cae92fb651ea276958d8e90c
parent19d6a1b729e6f367c58810f5f6787d142c80a2de
nvme: properly handle partially initialized queues in nvme_create_io_queues

This avoids having to clean up later in a seemingly unrelated place.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
(cherry picked from commit 2659e57b906562bb020fb093b0c1b670b9700314)

Orabug: 22620486
Signed-off-by: Jason Luo <zhangqing.luo@oracle.com>
drivers/block/nvme-core.c