Kaleb KEITHLEY has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1194207?usp=email )
Change subject: Don't blindly disable POSIX_ACL support in FSAL_VFS
......................................................................
Don't blindly disable POSIX_ACL support in FSAL_VFS
We know Linux's libacl.so doesn't have acl_get_fd_np() and
acl_set_fd_np() so don't bother checking. The check will fail and
disable support.
acl_get_fd_np() and acl_set_fd_np() are provided in
.../src/os/linux/acl.c, and are always built regardless. On Linux
anyway.
Signed-off-by: Kaleb S. KEITHLEY <kkeithle(a)redhat.com>
Change-Id: I98d65969dd204ffd8bb71a86ca44aa3ed748e461
---
M src/cmake/modules/FindLibACL.cmake
1 file changed, 8 insertions(+), 5 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/07/1194207/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1194207?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I98d65969dd204ffd8bb71a86ca44aa3ed748e461
Gerrit-Change-Number: 1194207
Gerrit-PatchSet: 1
Gerrit-Owner: Kaleb KEITHLEY <kaleb(a)redhat.com>