fatih@gandi.net has uploaded this change for review.

View Change

FSAL_VFS: do not make use of fid_reserved on vanilla FreeBSD

this part is used in PanFS in order to have multiple types of FSIDs
in FreeBSD FSIDs are always two uint32 and fid_reserved is used for other purposes internally

detect if we are compiling for PanFS and add an exception to avoid this

Change-Id: I842f188daefbbcf3b582512510eab3ac545a2aad
Signed-off-by: Fatih Acar <fatih.acar@gandi.net>
---
M src/FSAL/FSAL_VFS/os/CMakeLists.txt
M src/FSAL/FSAL_VFS/os/freebsd/handle_syscalls.c
2 files changed, 8 insertions(+), 0 deletions(-)

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

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

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I842f188daefbbcf3b582512510eab3ac545a2aad
Gerrit-Change-Number: 418818
Gerrit-PatchSet: 1
Gerrit-Owner: fatih@gandi.net