Re: [PATCH] usb/serial: Add compat_ioctl pass-through

From: Alan Cox
Date: Fri Nov 28 2008 - 20:11:00 EST


> Oh yes, it is -- serial_ioctl does:
>
> if (port->serial->type->ioctl) {
> lock_kernel();
> retval = port->serial->type->ioctl(tty, file, cmd, arg);
> unlock_kernel();
> } else
>
> I added the comment to make the difference in calling convention
> documented in the header file at least, I didn't change the code.

Gak I thought I'd killed all of those.

Let me rephase it "It won't be next week" ;)

Alan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/