Jeff Layton has uploaded this change for review.

View Change

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@gmail.com>
Change-Id: Ic4af1f814e86175553a3a57eedc771b17947dee2
Signed-off-by: Jeff Layton <jlayton@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 change 424122. To unsubscribe, or for help writing mail filters, visit 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@redhat.com>
Gerrit-CC: Malahal <malahal@gmail.com>