From 366779f7212192866f7254dd96c194cd3d1991d4 Mon Sep 17 00:00:00 2001 From: Andrew Morton <akpm@osdl.org> Date: Wed, 21 Apr 2004 23:37:38 -0700 Subject: [PATCH] [PATCH] Update comment in fs/compat.c From: Ralf Baechle <ralf@linux-mips.org> MIPS now also uses the generic ioctl compat code. --- fs/compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/compat.c b/fs/compat.c index 40023e684520..b628d2e315f1 100644 --- a/fs/compat.c +++ b/fs/compat.c @@ -235,7 +235,7 @@ asmlinkage long compat_fstatfs64(unsigned int fd, compat_size_t sz, struct compa return error; } -/* ioctl32 stuff, used by sparc64, parisc, s390x, ppc64, x86_64 */ +/* ioctl32 stuff, used by sparc64, parisc, s390x, ppc64, x86_64, MIPS */ #define IOCTL_HASHSIZE 256 struct ioctl_trans *ioctl32_hash_table[IOCTL_HASHSIZE]; -- 2.30.9