]> git.baikalelectronics.ru Git - kernel.git/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)
commit79e80f7eef02b745bb8fd26febe59f54e9639463
treeb3fb99210c6033f55dd8112549322d54c3d3bcc6
parentfc51e5e198c3fdd4767a92ac60ffb8327f401d95
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