From Jeff Layton <jlayton(a)redhat.com>:
Jeff Layton has uploaded this change for review. (
https://review.gerrithub.io/424122
Change subject: FSAL: eliminate fsal_grace boolean
......................................................................
FSAL: eliminate fsal_grace boolean
The fsal_staticfsinfo_t struct has a boolean called fsal_grace that will
offload grace period handling to the FSAL. Nothing defaults to this
being on, but GPFS has an option that allows it to be enabled.
Removing this boolean simplifies the code significantly, and it's not
clear that it's actually being used. This patch removes it, under the
assumption that it's no longer useful.
Cc: Malahal Naineni <malahal(a)gmail.com>
Change-Id: Ic4af1f814e86175553a3a57eedc771b17947dee2
Signed-off-by: Jeff Layton <jlayton(a)redhat.com>
---
M src/FSAL/FSAL_GPFS/main.c
M src/FSAL/commonlib.c
M src/FSAL/fsal_config.c
M src/Protocols/NFS/nfs4_op_lock.c
M src/Protocols/NFS/nfs4_op_open.c
M src/Protocols/NLM/nlm_Lock.c
M src/Protocols/NLM/nlm_Share.c
M src/include/fsal_types.h
8 files changed, 5 insertions(+), 35 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/22/424122/1
--
To view, visit
https://review.gerrithub.io/424122
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: Ic4af1f814e86175553a3a57eedc771b17947dee2
Gerrit-Change-Number: 424122
Gerrit-PatchSet: 1
Gerrit-Owner: Jeff Layton <jlayton(a)redhat.com>
Gerrit-CC: Malahal <malahal(a)gmail.com>