From Jeff Layton <jlayton(a)redhat.com>:
Jeff Layton has uploaded this change for review. (
https://review.gerrithub.io/424256
Change subject: NLM: don't check for grace period in nlm4_Unlock
......................................................................
NLM: don't check for grace period in nlm4_Unlock
There is no need to check for the grace period when processing an
unlock. The grace period exists to prevent clients from acquiring
conflicting state that other clients have yet to reclaim.
An unlock, however, can't cause a conflict since we're releasing state
that is genuinely held by the client.
Change-Id: Iad2f36b9579f868d7715636f43d1c2ce2479a12b
Signed-off-by: Jeff Layton <jlayton(a)redhat.com>
---
M src/Protocols/NLM/nlm_Unlock.c
1 file changed, 0 insertions(+), 8 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/56/424256/1
--
To view, visit
https://review.gerrithub.io/424256
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iad2f36b9579f868d7715636f43d1c2ce2479a12b
Gerrit-Change-Number: 424256
Gerrit-PatchSet: 1
Gerrit-Owner: Jeff Layton <jlayton(a)redhat.com>