commit | b519d408ea32040b1c7e10b155a3ee9a36660947 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Sun Sep 11 14:50:01 2016 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Sun Sep 11 14:56:44 2016 -0400 |
tree | 9049e716fbaa9e06cf0cee5704cf2e3d5f5e68a2 | |
parent | 05c974669ecec510a85d8534099bb75404e82c41 [diff] |
NFSv4.1: Fix the CREATE_SESSION slot number accounting Ensure that we conform to the algorithm described in RFC5661, section 18.36.4 for when to bump the sequence id. In essence we do it for all cases except when the RPC call timed out, or in case of the server returning NFS4ERR_DELAY or NFS4ERR_STALE_CLIENTID. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> Cc: stable@vger.kernel.org