[PATCH] TIOC* compat ioctl handling
TIOCSTART and TIOCSTOP are defined in asm/ioctls.h and asm/termios.h by various architectures but not actually implemented anywhere but in the IRIX compatibility layer, so remove their COMPATIBLE_IOCTL from parisc, ppc64 and sparc64. Move the TIOCSLTC COMPATIBLE_IOCTL to common code, guided by an ifdef to only show up on architectures that support it (same as the code handling it in tty_ioctl.c), aswell as it's brother TIOCGLTC that wasn't handled so far. Signed-off-by:Christoph Hellwig <hch@lst.de> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- arch/parisc/kernel/ioctl32.c 0 additions, 5 deletionsarch/parisc/kernel/ioctl32.c
- arch/ppc64/kernel/ioctl32.c 1 addition, 3 deletionsarch/ppc64/kernel/ioctl32.c
- arch/sparc64/kernel/ioctl32.c 0 additions, 3 deletionsarch/sparc64/kernel/ioctl32.c
- fs/compat_ioctl.c 4 additions, 0 deletionsfs/compat_ioctl.c
Loading
Please register or sign in to comment