Commit 366779f7 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Update comment in fs/compat.c

From: Ralf Baechle <ralf@linux-mips.org>

MIPS now also uses the generic ioctl compat code.
parent 479308ad
......@@ -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];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment