aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4xdr.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/nfs4xdr.c')
-rw-r--r--fs/nfs/nfs4xdr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4xdr.c b/fs/nfs/nfs4xdr.c
index 1a4a3bd415ed..133626318149 100644
--- a/fs/nfs/nfs4xdr.c
+++ b/fs/nfs/nfs4xdr.c
@@ -1816,7 +1816,7 @@ static void encode_create_session(struct xdr_stream *xdr,
1816 *p++ = cpu_to_be32(RPC_AUTH_UNIX); /* auth_sys */ 1816 *p++ = cpu_to_be32(RPC_AUTH_UNIX); /* auth_sys */
1817 1817
1818 /* authsys_parms rfc1831 */ 1818 /* authsys_parms rfc1831 */
1819 *p++ = (__be32)nn->boot_time.tv_nsec; /* stamp */ 1819 *p++ = cpu_to_be32(nn->boot_time.tv_nsec); /* stamp */
1820 p = xdr_encode_opaque(p, machine_name, len); 1820 p = xdr_encode_opaque(p, machine_name, len);
1821 *p++ = cpu_to_be32(0); /* UID */ 1821 *p++ = cpu_to_be32(0); /* UID */
1822 *p++ = cpu_to_be32(0); /* GID */ 1822 *p++ = cpu_to_be32(0); /* GID */