[PATCH 3/4] remove TIOCGSERIAL/TIOCSSERIAL compat_ioctl entries for 390

From: Christoph Hellwig
Date: Fri Nov 04 2005 - 17:16:37 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/