]> git.baikalelectronics.ru Git - kernel.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)
committerJens Axboe <axboe@fb.com>
Fri, 9 Oct 2015 16:40:37 +0000 (10:40 -0600)
commitb24fdc7687f8ac1379e9e3060e04a511e60a7ac8
tree12981104cda91f51ceed57206887e80e0246975b
parent8c2d1498ac2a4009ea7caeef590843ddbbbe1bc2
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>
drivers/block/nvme-core.c