On Tue, Dec 13, 2005 at 06:23:25PM +0100, Christoph Hellwig wrote:
> [1] parisc still had it's PPP handler left, which is not fully correct
>     for ppp and besides that ppp uses the generic SIOCPRIV ioctl so it'd
>     kick in for all netdevice users.  We can introduce a proper handler
>     in one of the next patch series by adding a compat_ioctl method to
>     struct net_device but for now let's just kill it - parisc doesn't
>     compile in mainline anyway and I don't want this to block this
>     patchset.

parisc probably does compile in mainline these days.  It's certainly
much closer than it ever was before.  The 64-bit code doesn't compile
because Andi keeps blocking the is_compat_task() stuff.  Why not do the
netdevice compat_ioctl patch before killing this?  I'd hate to have to
back out this patch in the PA tree.

Reply via email to