Found 2 matching messages (0.059 seconds). Page 1 of 1.
... -by: Alexey Dobriyan --- fs/proc/proc_tty.c | 74 +++++++++++++++++++++++++++++++---------------------- 1 file changed, 44 ... -/* - * This is the handler for /proc/tty/ldiscs - */ -static int tty_ldiscs_read_proc(char *page, ...
linux-kernel - Alexey Dobriyan - Apr 12 2008 - 16:59
On Sun, 13 Apr 2008 00:59:23 +0400 Alexey Dobriyan wrote: > @@ -224,7 +239,6 @@ void __init proc_tty_init(void) > * entry. > */ > proc_tty_driver = proc_mkdir_mode("tty/driver", S_IRUSR | S_IXUSR, NULL); > - > -
linux-kernel - Andrew Morton - Apr 15 2008 - 02:38