NFSv4: Rename the state reclaimer thread
It is really a more general purpose state management thread at this point. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
parent
707fb4b324
commit
e005e8041c
4 changed files with 32 additions and 25 deletions
|
@ -360,7 +360,7 @@ static int nfs_do_expire_all_delegations(void *ptr)
|
|||
|
||||
allow_signal(SIGKILL);
|
||||
|
||||
if (test_bit(NFS4CLNT_STATE_RECOVER, &clp->cl_state) != 0)
|
||||
if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) != 0)
|
||||
goto out;
|
||||
if (test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state) == 0)
|
||||
goto out;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue