commit | bf7da7bcfb38409b4cdea34b0905bdf344f1b36d | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Apr 23 00:49:25 2008 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu May 01 13:07:21 2008 -0400 |
tree | 802584176a0957ee4bb35adfe187a573d9d1cab3 | |
parent | 74d92abc6143b124db03f0d341f02bde72fba6f5 [diff] |
[PATCH] remove horrors with irix tty ioctls handling Existing code in there (get_tty(), etc.) is both severely racy *and* pointless: ioctls in question have Linux equivalents and there's no need to play silly buggers in irix_ioctl() - just need to replace arguments and, in case of TIOCGSID, deal with API differences - Linux one expects pid_t __user * while Irix one does unsigned long __user *. BFD... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>