From 11a79cb04d3184e7265c0bfb00ed5ea8105c6a2b Mon Sep 17 00:00:00 2001 From: David Howells Date: Wed, 27 Apr 2005 15:39:03 -0700 Subject: [PATCH] --- yaml --- r: 530 b: refs/heads/master c: 5fc3e624ad7278604628c598e92aa77c67064166 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/compat.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 284e97ddbbf6..5cc8e592781a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fc67b16ecaf6ebde04096030c268adddade023f1 +refs/heads/master: 5fc3e624ad7278604628c598e92aa77c67064166 diff --git a/trunk/fs/compat.c b/trunk/fs/compat.c index 67c0b94d1148..728cd8365384 100644 --- a/trunk/fs/compat.c +++ b/trunk/fs/compat.c @@ -809,7 +809,7 @@ static void *do_smb_super_data_conv(void *raw_data) struct compat_nfs_string { compat_uint_t len; - compat_uptr_t __user data; + compat_uptr_t data; }; static inline void compat_nfs_string(struct nfs_string *dst, @@ -834,10 +834,10 @@ struct compat_nfs4_mount_data_v1 { struct compat_nfs_string mnt_path; struct compat_nfs_string hostname; compat_uint_t host_addrlen; - compat_uptr_t __user host_addr; + compat_uptr_t host_addr; compat_int_t proto; compat_int_t auth_flavourlen; - compat_uptr_t __user auth_flavours; + compat_uptr_t auth_flavours; }; static int do_nfs4_super_data_conv(void *raw_data)