nfsd: remove nfs4_lock_state: nfs4_laundromat
Signed-off-by: Jeff Layton <jlayton@primarydata.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
parent
05149dd4dc
commit
dab6ef2415
@ -4152,8 +4152,6 @@ nfs4_laundromat(struct nfsd_net *nn)
|
||||
time_t cutoff = get_seconds() - nn->nfsd4_lease;
|
||||
time_t t, new_timeo = nn->nfsd4_lease;
|
||||
|
||||
nfs4_lock_state();
|
||||
|
||||
dprintk("NFSD: laundromat service - starting\n");
|
||||
nfsd4_end_grace(nn);
|
||||
INIT_LIST_HEAD(&reaplist);
|
||||
@ -4221,7 +4219,6 @@ nfs4_laundromat(struct nfsd_net *nn)
|
||||
spin_unlock(&nn->client_lock);
|
||||
|
||||
new_timeo = max_t(time_t, new_timeo, NFSD_LAUNDROMAT_MINTIMEOUT);
|
||||
nfs4_unlock_state();
|
||||
return new_timeo;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user