diff options
Diffstat (limited to 'fs/nfs/delegation.c')
-rw-r--r-- | fs/nfs/delegation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/delegation.c b/fs/nfs/delegation.c index ff2c1585d23f..4692fdc8abf3 100644 --- a/fs/nfs/delegation.c +++ b/fs/nfs/delegation.c | |||
@@ -360,7 +360,7 @@ static int nfs_do_expire_all_delegations(void *ptr) | |||
360 | 360 | ||
361 | allow_signal(SIGKILL); | 361 | allow_signal(SIGKILL); |
362 | 362 | ||
363 | if (test_bit(NFS4CLNT_STATE_RECOVER, &clp->cl_state) != 0) | 363 | if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) != 0) |
364 | goto out; | 364 | goto out; |
365 | if (test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state) == 0) | 365 | if (test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state) == 0) |
366 | goto out; | 366 | goto out; |