From mboxrd@z Thu Jan 1 00:00:00 1970 From: kbusch@kernel.org (Keith Busch) Date: Tue, 12 Mar 2019 09:59:39 -0600 Subject: [PATCH 2/3] nvme: add proper discard setup for the multipath device In-Reply-To: <20190312152453.9550-3-hch@lst.de> References: <20190312152453.9550-1-hch@lst.de> <20190312152453.9550-3-hch@lst.de> Message-ID: <20190312155938.GB12696@localhost.localdomain> On Tue, Mar 12, 2019@04:24:52PM +0100, Christoph Hellwig wrote: > Add a gendisk argument to nvme_config_discard so that the call to > nvme_update_disk_info for the multipath device node updates the > proper request_queue. Looks good. Reviewed-by: Keith Busch