Re: [PATCH v5 15/29] compat_ioctl: move tape handling into drivers

2019-07-31 Thread Arnd Bergmann
On Wed, Jul 31, 2019 at 12:51 PM Heiko Carstens wrote: > > On Tue, Jul 30, 2019 at 09:55:31PM +0200, Arnd Bergmann wrote: > > MTIOCPOS and MTIOCGET are incompatible between 32-bit and 64-bit user > > space, and traditionally have been translated in fs/compat_ioctl.c. > > > > To get rid of that tra

Re: [PATCH v5 15/29] compat_ioctl: move tape handling into drivers

2019-07-31 Thread Heiko Carstens
On Tue, Jul 30, 2019 at 09:55:31PM +0200, Arnd Bergmann wrote: > MTIOCPOS and MTIOCGET are incompatible between 32-bit and 64-bit user > space, and traditionally have been translated in fs/compat_ioctl.c. > > To get rid of that translation handler, move a corresponding > implementation into each o