summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/nfs4.h
diff options
context:
space:
mode:
authorMike Frysinger2014-01-24 00:54:11 +0100
committerLinus Torvalds2014-01-24 01:36:55 +0100
commit0d9dfc23f4d8c17365c84eb48ecca28b963ba192 (patch)
tree396c4dddbc3116f13794aad56f5679d9fb281c26 /include/uapi/linux/nfs4.h
parentinclude/uapi/linux/dn.h: pull in ioctl.h header (diff)
downloadkernel-qcow2-linux-0d9dfc23f4d8c17365c84eb48ecca28b963ba192.tar.gz
kernel-qcow2-linux-0d9dfc23f4d8c17365c84eb48ecca28b963ba192.tar.xz
kernel-qcow2-linux-0d9dfc23f4d8c17365c84eb48ecca28b963ba192.zip
uapi: convert u64 to __u64 in exported headers
The u64 type is not defined in any exported kernel headers, so trying to use it will lead to build failures. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Acked-by: David Rientjes <rientjes@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/uapi/linux/nfs4.h')
-rw-r--r--include/uapi/linux/nfs4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/nfs4.h b/include/uapi/linux/nfs4.h
index 788128ebac45..35f5f4c6c260 100644
--- a/include/uapi/linux/nfs4.h
+++ b/include/uapi/linux/nfs4.h
@@ -150,7 +150,7 @@
#define NFS4_SECINFO_STYLE4_CURRENT_FH 0
#define NFS4_SECINFO_STYLE4_PARENT 1
-#define NFS4_MAX_UINT64 (~(u64)0)
+#define NFS4_MAX_UINT64 (~(__u64)0)
/* An NFS4 sessions server must support at least NFS4_MAX_OPS operations.
* If a compound requires more operations, adjust NFS4_MAX_OPS accordingly.