[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081129011057.14840d20@lxorguk.ukuu.org.uk>
Date: Sat, 29 Nov 2008 01:10:57 +0000
From: Alan Cox <alan@...rguk.ukuu.org.uk>
To: Keith Packard <keithp@...thp.com>
Cc: keithp@...thp.com, linux-kernel@...r.kernel.org,
Greg Kroah-Hartman <gregkh@...e.de>
Subject: Re: [PATCH] usb/serial: Add compat_ioctl pass-through
> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists