diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/nfsd/nfs4state.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index fc88b57516b2..a298c3d62ba6 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c | |||
@@ -4124,12 +4124,6 @@ nfsd4_end_grace(struct nfsd_net *nn) | |||
4124 | nn->grace_ended = true; | 4124 | nn->grace_ended = true; |
4125 | nfsd4_record_grace_done(nn); | 4125 | nfsd4_record_grace_done(nn); |
4126 | locks_end_grace(&nn->nfsd4_manager); | 4126 | locks_end_grace(&nn->nfsd4_manager); |
4127 | /* | ||
4128 | * Now that every NFSv4 client has had the chance to recover and | ||
4129 | * to see the (possibly new, possibly shorter) lease time, we | ||
4130 | * can safely set the next grace time to the current lease time: | ||
4131 | */ | ||
4132 | nn->nfsd4_grace = nn->nfsd4_lease; | ||
4133 | } | 4127 | } |
4134 | 4128 | ||
4135 | static time_t | 4129 | static time_t |