]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - fs/compat_ioctl.c
[PATCH] re-add TIOCSTART and TIOCSTOP compat_ioctl handlers
authorChristoph Hellwig <hch@lst.de>
Wed, 9 Nov 2005 05:35:07 +0000 (21:35 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 9 Nov 2005 15:56:00 +0000 (07:56 -0800)
commit7a81e316866be8053b18fe1dffc663f1ff19bfc3
tree5d4920691227194b6f7e17a9f3342d72473cc036
parent49705b7743fd8f5632a95ec4c6547d169d27ac1f
[PATCH] re-add TIOCSTART and TIOCSTOP compat_ioctl handlers

We don't implement these ioctls, but some architectures define them in the
headers.  Bash picks them up and issues them frequently.  Add compat_ioctl
handlers to silence warnings about unhandled copat ioctls.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/compat_ioctl.c