commit | b9831b59f31eca65e1beec01fadf02ca82485813 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Tue May 29 14:44:28 2012 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu May 31 20:30:34 2012 -0400 |
tree | b3fb99210c6033f55dd8112549322d54c3d3bcc6 | |
parent | 32f16b3823b854a1f73bfad43782fbbcfe086090 [diff] |
nfsd4: don't remove rebooted client record until confirmation In the NFSv4.1 client-reboot case we're currently removing the client's previous state in exchange_id. That's wrong--we should be waiting till the confirming create_session. Signed-off-by: J. Bruce Fields <bfields@redhat.com>