]> git.baikalelectronics.ru Git - kernel.git/commit
NFSv4.1: Allow test_stateid to handle session errors without waiting
authorTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 22 Sep 2016 17:38:56 +0000 (13:38 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Tue, 27 Sep 2016 18:32:59 +0000 (14:32 -0400)
commit639011fce5cd7374dadd199c189c3211e6cf5eb5
tree76bcfafb1b8c1a3eb76e321aa7811cea0717d877
parent6d681a09724a027947a8a0a0658f0999a318ef82
NFSv4.1: Allow test_stateid to handle session errors without waiting

If the server crashes while we're testing stateids for validity, then
we want to initiate session recovery. Usually, we will be calling from
a state manager thread, though, so we don't really want to wait.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Tested-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/nfs4proc.c