Kaleb KEITHLEY has uploaded this change for review.

View Change

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@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 change 1194207. To unsubscribe, or for help writing mail filters, visit settings.

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@redhat.com>