summaryrefslogtreecommitdiff
path: root/fs/open.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2008-04-23 04:49:25 (GMT)
committerAl Viro <viro@zeniv.linux.org.uk>2008-05-01 17:07:21 (GMT)
commitbf7da7bcfb38409b4cdea34b0905bdf344f1b36d (patch)
tree802584176a0957ee4bb35adfe187a573d9d1cab3 /fs/open.c
parent74d92abc6143b124db03f0d341f02bde72fba6f5 (diff)
downloadlinux-bf7da7bcfb38409b4cdea34b0905bdf344f1b36d.tar.xz
[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>
Diffstat (limited to 'fs/open.c')
0 files changed, 0 insertions, 0 deletions