NFSv4.1: We must bump the clientid sequence number after CREATE_SESSION
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 20 Nov 2012 16:13:12 +0000 (11:13 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 21 Nov 2012 14:29:52 +0000 (09:29 -0500)
commit43095d397219aa1898db23937b03c1215ef16a37
tree856f2c3c22403fad8f9c1cfe3d81afeb14f70d48
parent688a9024e2bc8d07cdc62e287dfb048722cf96df
NFSv4.1: We must bump the clientid sequence number after CREATE_SESSION

We must always bump the clientid sequence number after a successful
call to CREATE_SESSION on the server. The result of
nfs4_verify_channel_attrs() is irrelevant to that requirement.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c