Messages in this thread Patch in this message |  | | | Date | Fri, 4 Nov 2005 23:16:39 +0100 | | From | Christoph Hellwig <> | | Subject | [PATCH 3/4] remove TIOCGSERIAL/TIOCSSERIAL compat_ioctl entries for 390 |
| |
these ioctls are defintily not compat clean, but we already have a proper handler in common code, over-riding it in architecture code is counter-productive.
Index: linux-2.6/arch/s390/kernel/compat_ioctl.c =================================================================== --- linux-2.6.orig/arch/s390/kernel/compat_ioctl.c 2005-11-02 11:19:07.000000000 +0100 +++ linux-2.6/arch/s390/kernel/compat_ioctl.c 2005-11-02 11:19:08.000000000 +0100 @@ -45,10 +45,6 @@ /* s390 only ioctls */ COMPATIBLE_IOCTL(TAPE390_DISPLAY) - -/* s390 doesn't need handlers here */ -COMPATIBLE_IOCTL(TIOCGSERIAL) -COMPATIBLE_IOCTL(TIOCSSERIAL) }; int ioctl_table_size = ARRAY_SIZE(ioctl_start); - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |