Re: [PATCH] parisc: remove copat_ioctl entires for pp

2005-11-12 Thread Matthew Wilcox
On Sat, Nov 12, 2005 at 10:52:13AM +0100, Christoph Hellwig wrote: > ppp ioctls handlers in parisc are wrong: > > - they would need to do a copat_ptr on ifr->ifr_ifru.ifru_data > - SIOCGPPP* ioctls are defines as SIOCDEVPRIVATE + n, so they'd >kick in for all private ioctls which is definte

[PATCH] parisc: remove copat_ioctl entires for pp

2005-11-12 Thread Christoph Hellwig
ppp ioctls handlers in parisc are wrong: - they would need to do a copat_ptr on ifr->ifr_ifru.ifru_data - SIOCGPPP* ioctls are defines as SIOCDEVPRIVATE + n, so they'd kick in for all private ioctls which is defintely wrong. to implement proper ppp compat_ioctl handlig we'd need a compat_io