summaryrefslogtreecommitdiffstats
path: root/source/modules/vfs_gpfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/modules/vfs_gpfs.c')
-rw-r--r--source/modules/vfs_gpfs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/modules/vfs_gpfs.c b/source/modules/vfs_gpfs.c
index 20c9f56a170..6841300d5b3 100644
--- a/source/modules/vfs_gpfs.c
+++ b/source/modules/vfs_gpfs.c
@@ -597,8 +597,7 @@ int gpfsacl_sys_acl_set_fd(vfs_handle_struct *handle,
files_struct *fsp,
int fd, SMB_ACL_T theacl)
{
- errno = ENOTSUP;
- return -1;
+ return gpfsacl_sys_acl_set_file(handle, fsp->fsp_name, SMB_ACL_TYPE_ACCESS, theacl);
}
int gpfsacl_sys_acl_delete_def_file(vfs_handle_struct *handle,