From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@lst.de (Christoph Hellwig) Date: Fri, 4 Jan 2019 19:15:28 +0100 Subject: [PATCH 1/4] nvme-pci: Set tagset nr_maps just once In-Reply-To: <20190103210954.11129-1-keith.busch@intel.com> References: <20190103210954.11129-1-keith.busch@intel.com> Message-ID: <20190104181528.GA25651@lst.de> On Thu, Jan 03, 2019@02:09:51PM -0700, Keith Busch wrote: > The driver overwrites the intermediate nr_map assignments to > HCTX_MAX_TYPES, so remove those unnecessary temporary settings. > > Signed-off-by: Keith Busch Actually the more complex calculation is the right one here. I've just merged a patch from Jianchao to remove the other line.