From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@infradead.org (Christoph Hellwig) Date: Wed, 1 Nov 2017 08:42:32 -0700 Subject: [PATCH] nvme: freeze IO accesses around format In-Reply-To: References: <6951d74c-e765-1b5d-6e39-d88d261bf9b9@kernel.dk> <20171028064508.GA20977@infradead.org> Message-ID: <20171101154232.GA25317@infradead.org> On Mon, Oct 30, 2017@08:30:04AM -0600, Jens Axboe wrote: > On 10/28/2017 12:45 AM, Christoph Hellwig wrote: > > And what about sanitize? I guess instead of looking at opcodes directly > > we'd better look at the indications in the Commands Supported and Effects > > log. That's what the Windows driver does, btw. > > Isn't that exactly what Keith's patch did? Ooops I had missed his patch was a completely different approach.