Re: [patch 134/198] officially deprecate register_ioctl32_conversion

2005-04-14 Thread Christoph Hellwig
On Wed, Apr 13, 2005 at 02:02:42AM +, Alexey Dobriyan wrote: > > > +Why: Replaced by ->compat_ioctl in file_operations and other method > > + vecors. > > vectors ? Yes. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTE

Re: [patch 134/198] officially deprecate register_ioctl32_conversion

2005-04-12 Thread Alexey Dobriyan
On Tuesday 12 April 2005 10:32, [EMAIL PROTECTED] wrote: > These have been deprecated since ->compat_ioctl when in, thus only a short > deprecation period. There's four users left: i2o_config, s390/z90crypy, > s390/dasd and s390/zfcp and for the first two patches are about to be > submitted to ge

[patch 134/198] officially deprecate register_ioctl32_conversion

2005-04-12 Thread akpm
From: Christoph Hellwig <[EMAIL PROTECTED]> These have been deprecated since ->compat_ioctl when in, thus only a short deprecation period. There's four users left: i2o_config, s390/z90crypy, s390/dasd and s390/zfcp and for the first two patches are about to be submitted to get rid of it. Signed