]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Don't swap bytes in nfs4_construct_boot_verifier()
authorChuck Lever <chuck.lever@oracle.com>
Tue, 22 May 2012 02:45:16 +0000 (22:45 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 22 May 2012 20:45:42 +0000 (16:45 -0400)
commit22c631a87a0ca4f07338aadb0a68db91bd3c8231
treeedf90820e54b5f9ff18e120d07bd1c5e471f05d6
parent1d5c19f123c864f2b7bade31247e5cb3fd0f8f7c
NFS: Don't swap bytes in nfs4_construct_boot_verifier()

The SETCLIENTID boot verifier is opaque to NFSv4 servers, thus there
is no requirement for byte swapping before the client puts the
verifier on the wire.

This treatment is similar to other timestamp-based verifiers.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c