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>
This commit is contained in:

committed by
Linus Torvalds

parent
c318924582
commit
0d9dfc23f4
@@ -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.
|
||||
|
Reference in New Issue
Block a user