commit | 7a81e316866be8053b18fe1dffc663f1ff19bfc3 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Nov 08 21:35:07 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Nov 09 07:56:00 2005 -0800 |
tree | 5d4920691227194b6f7e17a9f3342d72473cc036 | |
parent | 49705b7743fd8f5632a95ec4c6547d169d27ac1f [diff] |
[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>