nfsd4: stop grace_time update at end of grace period
authorJ. Bruce Fields <bfields@redhat.com>
Mon, 15 Sep 2014 15:05:46 +0000 (11:05 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 17 Sep 2014 20:33:18 +0000 (16:33 -0400)
The attempt to automatically set a new grace period time at the end of
the grace period isn't really helpful.  We'll probably shut down and
reboot before we actually make use of the new grace period time anyway.
So may as well leave it up to the init system to get this right.

This just confuses people when they see /proc/fs/nfsd/nfsv4gracetime
change from what they set it to.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c

index fc88b57516b219501ab2c57a9c584e76caa2e599..a298c3d62ba635880edd7a720883a5846a9faf0f 100644 (file)
@@ -4124,12 +4124,6 @@ nfsd4_end_grace(struct nfsd_net *nn)
        nn->grace_ended = true;
        nfsd4_record_grace_done(nn);
        locks_end_grace(&nn->nfsd4_manager);
-       /*
-        * Now that every NFSv4 client has had the chance to recover and
-        * to see the (possibly new, possibly shorter) lease time, we
-        * can safely set the next grace time to the current lease time:
-        */
-       nn->nfsd4_grace = nn->nfsd4_lease;
 }
 
 static time_t