commit | 7e4c54a2a4f1cec6a652c6014714ee51b7e1311f | [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 | 1ea84dfd2ec1ee67f9a111012b136621c170f77b | |
parent | 7a81e316866be8053b18fe1dffc663f1ff19bfc3 [diff] |
[PATCH] remove ioctl32_handler_t Some architectures define and use this type in their compat_ioctl code, but all of them can easily use the identical ioctl_trans_handler_t type that is defined in common code. Signed-off-by: Christoph Hellwig <hch@lst.de> Cc: Andi Kleen <ak@muc.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>