commit | 70b2823535d2d884eef2d3dab0dfd0ec3da8a019 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Tue Sep 16 17:37:32 2014 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Sep 17 16:33:19 2014 -0400 |
tree | 5d6bbdc25fc653a81b828abcbe7220801b70469f | |
parent | bea57fe45ba23995dcf954e66d29625944a1d039 [diff] |
nfsd4: clarify how grace period ends The grace period is ended in two steps--first userland is notified that the grace period is now long enough that any clients who have not yet reclaimed can be safely forgotten, then we flip the switch that forbids reclaims and allows new opens. I had to think a bit to convince myself that the ordering was right here. Document it. Signed-off-by: J. Bruce Fields <bfields@redhat.com>