On Mon, 2017-01-23 at 09:47 -0700, Jason Gunthorpe wrote: > On Mon, Jan 23, 2017 at 01:44:32AM +0200, Jarkko Sakkinen wrote: > > From: James Bottomley <james.bottom...@hansenpartnership.com> > > > > Signed-off-by: James Bottomley > > <james.bottom...@hansenpartnership.com> > > I really think we should not use the ugly read/write interface for > any new things.
The R/W interface is needed for backward compat, so we don't really have a choice (well, it could go in for long term deprecation, but I found in SCSI that "long term" == "never"). I think no-one objects to the ioctl interface ... it's just no-one feels strongly enough to build and test it. I'm sure if you send patches, Jarkko will include them. James > Still unconvinced we should add a new cdev at this point.. But seeing > seesion support certainl is encouraging..