]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit43912bbbae26ed258cc1d5c39b9727cd8ae60783
tree76bcfafb1b8c1a3eb76e321aa7811cea0717d877
parent4c8e5447465c9cf92ff1c5e36e8f316b69d46aa8
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