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

View Change

FSAL_VFS, FreeBSD: fix dummy handles on vanilla FreeBSD

we cannot make use of fid_reserved like on PanFS since it may be used internally by other filesystems
introduce a new fh_flags field to v_fhandle and make use of it to flag dummy handles
we now need to use the v_to_fhandle macro to pass file handles to kernel

Change-Id: I0e64f29f879ca56093a7631663384472a50cd3b8
Signed-off-by: Fatih Acar <fatih.acar@gandi.net>
---
M src/FSAL/FSAL_VFS/os/freebsd/handle_syscalls.c
M src/include/os/freebsd/fsal_handle_syscalls.h
2 files changed, 44 insertions(+), 34 deletions(-)

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

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

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