[PATCH] NFS4: Don't use __user with compat_uptr_t
authorDavid Howells <dhowells@redhat.com>
Wed, 27 Apr 2005 22:39:03 +0000 (15:39 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 27 Apr 2005 22:39:03 +0000 (15:39 -0700)
commit5fc3e624ad7278604628c598e92aa77c67064166
tree7570fde464d579ce455c865f07a613e967e9396c
parentfc67b16ecaf6ebde04096030c268adddade023f1
[PATCH] NFS4: Don't use __user with compat_uptr_t

The attached patch removes __user from compat_uptr_t types in the NFS4 mount
32-bit->64-bit compatibility structures.

Signed-Off-By: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/compat.c