1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r22148: Fix gpfs module on posix-acl test. Adds gpfsacl_sys_set_fd (calls

_file).  Thanks to Gomati Mohanan.
(This used to be commit 859269c949)
This commit is contained in:
Jim McDonough 2007-04-10 15:41:22 +00:00 committed by Gerald (Jerry) Carter
parent b61fac6742
commit d6d35eab6e

View File

@ -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,