From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@lst.de (Christoph Hellwig) Date: Wed, 1 May 2019 15:18:21 +0200 Subject: [PATCH 1/2] nvme: move command size checks to the core In-Reply-To: References: <20190430153833.9011-1-hch@lst.de> Message-ID: <20190501131821.GA1402@lst.de> On Tue, Apr 30, 2019@09:30:26PM +0000, Chaitanya Kulkarni wrote: > Looks good. Just one question about _nvme_check_size(), is there any > significance for one _ over __ ? None. I have just copied over what we had before.