From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@lst.de (Christoph Hellwig) Date: Fri, 9 Oct 2015 08:15:06 +0200 Subject: [PATCH 8/8] nvme: properly handle partially initialized queues in nvme_create_io_queues In-Reply-To: <56169138.90804@dev.mellanox.co.il> References: <1443879587-23553-1-git-send-email-hch@lst.de> <1443879587-23553-9-git-send-email-hch@lst.de> <56169138.90804@dev.mellanox.co.il> Message-ID: <20151009061506.GA28370@lst.de> On Thu, Oct 08, 2015@06:52:24PM +0300, Sagi Grimberg wrote: > On 10/3/2015 4:39 PM, Christoph Hellwig wrote: >> This avoids having to clean up later in a seemingly unrelated place. >> >> Signed-off-by: Christoph Hellwig >> Reviewed-by: Christoph Hellwig > > I assume Keith reviewed this one correct? :) He did reply with a reviewed-by tag to the previous posting of the series, I think that qualifies.