commit | 86c3e16cc7aace4d1143952813b6cc2a80c51295 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Sat Oct 02 17:04:00 2010 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu Oct 21 10:11:52 2010 -0400 |
tree | 9e05be561cf85e5e5eab57464c0cc63a3cdf7087 | |
parent | ac7c46f29a44f6d7f6d2e36dc874c0b7056acad2 [diff] |
nfsd4: confirm only on succesful create_session Following rfc 5661, section 18.36.4: "If the session is not successfully created, then no changes are made to any client records on the server." We shouldn't be confirming or incrementing the sequence id in this case. Signed-off-by: J. Bruce Fields <bfields@redhat.com>