]> git.baikalelectronics.ru Git - kernel.git/commit
NFSv4.1: Don't clobber the seqid if exchange_id returns a confirmed clientid
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 26 May 2012 17:41:04 +0000 (13:41 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 26 May 2012 18:17:31 +0000 (14:17 -0400)
commit59f0275b80582f754113644c0ac762365f90ce88
tree540451b739e9938b2f15682a0bab117852bc8e4e
parentd2393c9cc7f2707ec211de41e5929c638697a443
NFSv4.1: Don't clobber the seqid if exchange_id returns a confirmed clientid

If the EXCHGID4_FLAG_CONFIRMED_R flag is set, the client is in theory
supposed to already know the correct value of the seqid, in which case
RFC5661 states that it should ignore the value returned.

Also ensure that if the sanity check in nfs4_check_cl_exchange_flags
fails, then we must not change the nfs_client fields.

Finally, clean up the code: we don't need to retest the value of
'status' unless it can change.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c
fs/nfs/nfs4xdr.c
include/linux/nfs_xdr.h