> -----Original Message----- > From: Greg KH <[email protected]> > Sent: Thursday, January 7, 2021 2:41 PM > To: Chen, Mike Ximing <[email protected]> > Cc: [email protected]; [email protected]; Williams, Dan J > <[email protected]>; [email protected]; Gage Eads > <[email protected]> > Subject: Re: [PATCH v8 04/20] dlb: add device ioctl layer and first three > ioctls > > > diff --git a/Documentation/userspace-api/ioctl/ioctl-number.rst > b/Documentation/userspace-api/ioctl/ioctl-number.rst > > index 55a2d9b2ce33..afca043d59f8 100644 > > --- a/Documentation/userspace-api/ioctl/ioctl-number.rst > > +++ b/Documentation/userspace-api/ioctl/ioctl-number.rst > > @@ -241,6 +241,7 @@ Code Seq# Include File > Comments > > 'h' 00-7F > > conflict! Charon filesystem > > > > <mailto:[email protected]> > > 'h' 00-1F linux/hpet.h > > conflict! > > +'h' 00-1F uapi/linux/dlb.h > > conflict! > > Why are you taking a range that you know there is a conflict for?
OK. We will switch to a unused magic number and range, probably 0x81 00-1F. Thanks

