Jeff Layton has uploaded this change for review.

View Change

FSAL: replace handle_is operation with common inline

This operation is just pointless redirection as all filesystems do the
exact same thing. Turn it into a single static inline and remove the
operation.

Change-Id: Idffc1fa1a86318e4938cbf5403da3cd800b1818f
Signed-off-by: Jeff Layton <jlayton@redhat.com>
---
M src/FSAL/FSAL_GPFS/handle.c
M src/FSAL/FSAL_PROXY/handle.c
M src/FSAL/FSAL_PSEUDO/handle.c
M src/FSAL/FSAL_VFS/handle.c
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_handle.c
M src/FSAL/default_methods.c
M src/include/FSAL/fsal_commonlib.h
M src/include/fsal_api.h
8 files changed, 25 insertions(+), 66 deletions(-)

git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/28/421128/1

To view, visit change 421128. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: Idffc1fa1a86318e4938cbf5403da3cd800b1818f
Gerrit-Change-Number: 421128
Gerrit-PatchSet: 1
Gerrit-Owner: Jeff Layton <jlayton@redhat.com>