From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@lst.de (Christoph Hellwig) Date: Mon, 4 Jan 2016 17:41:17 +0100 Subject: [PATCH 4/4] nvme: make SG_IO support optional In-Reply-To: <20160104151925.GG31375@localhost.localdomain> References: <1450967222-10404-1-git-send-email-hch@lst.de> <1450967222-10404-5-git-send-email-hch@lst.de> <20160104151925.GG31375@localhost.localdomain> Message-ID: <20160104164117.GB17409@lst.de> On Mon, Jan 04, 2016@03:19:25PM +0000, Keith Busch wrote: > On Thu, Dec 24, 2015@03:27:02PM +0100, Christoph Hellwig wrote: > > +config BLK_DEV_NVME_SCSI > > + bool "SCSI emulation for NVMe device nodes" > > + depends on BLK_DEV_NVME > > Can we make this "default y"? I strongly advocate for native NVMe over > SCSI translations too, but I know of users relying on this. It's been > built in for years and not aware of it breaking anything, so think it > should be opt-out. I'd really prefer not having to carry it around. But if any actual breakage shows I'd be happy to default it to y ASAP.