]> Pileus Git - ~andy/linux/commit
nfsd4: don't remove rebooted client record until confirmation
authorJ. Bruce Fields <bfields@redhat.com>
Tue, 29 May 2012 18:44:28 +0000 (14:44 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 1 Jun 2012 00:30:34 +0000 (20:30 -0400)
commitb9831b59f31eca65e1beec01fadf02ca82485813
treeb3fb99210c6033f55dd8112549322d54c3d3bcc6
parent32f16b3823b854a1f73bfad43782fbbcfe086090
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>
fs/nfsd/nfs4state.c