NFSv4: Rename the state reclaimer thread
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 23 Dec 2008 20:21:48 +0000 (15:21 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 23 Dec 2008 20:21:48 +0000 (15:21 -0500)
It is really a more general purpose state management thread at this point.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/delegation.c
fs/nfs/nfs4_fs.h
fs/nfs/nfs4proc.c
fs/nfs/nfs4state.c

index ff2c158..4692fdc 100644 (file)
@@ -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;
Simple merge
Simple merge
Simple merge