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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Nov 2018 08:22:09 +0000 (09:22 +0100)
commitf194756edd6ce7c60b39b0f66fc8b59c48d312a8
tree2261bf2b18bc9d70068f49dac2822a49fb50861d
parent7142f0dcc2c89e82b8ca2da47e3c54024043cd0a
NFSv4: Don't exit the state manager without clearing NFS4CLNT_MANAGER_RUNNING

commit 21a446cf186570168b7281b154b1993968598aca upstream.

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+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/nfs/nfs4state.c