From <fatih(a)gandi.net>:
fatih(a)gandi.net has uploaded this change for review. (
https://review.gerrithub.io/418818
Change subject: FSAL_VFS: do not make use of fid_reserved on vanilla FreeBSD
......................................................................
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(a)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
https://review.gerrithub.io/418818
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: I842f188daefbbcf3b582512510eab3ac545a2aad
Gerrit-Change-Number: 418818
Gerrit-PatchSet: 1
Gerrit-Owner: fatih(a)gandi.net