NFSv4: Don't exit the state manager without clearing NFS4CLNT_MANAGER_RUNNING
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 5 Nov 2018 16:10:50 +0000 (11:10 -0500)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 12 Nov 2018 21:39:13 +0000 (16:39 -0500)
commit21a446cf186570168b7281b154b1993968598aca
tree9f16e089f83dc59e25660c2357b82b04e1ecd3d2
parentccda4af0f4b92f7b4c308d3acc262f4a7e3affad
NFSv4: Don't exit the state manager without clearing NFS4CLNT_MANAGER_RUNNING

If we exit the NFSv4 state manager due to a umount, then we can end up
leaving the NFS4CLNT_MANAGER_RUNNING flag set. If another mount causes
the nfs4_client to be rereferenced before it is destroyed, then we end
up never being able to recover state.

Fixes: 47c2199b6eb5 ("NFSv4.1: Ensure state manager thread dies on last ...")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Cc: stable@vger.kernel.org # v4.15+
fs/nfs/nfs4state.c