vfs: Use posix_sys_acl_blob_get_file in vfs_posixacl for posix ACLs
authorAndrew Bartlett <abartlet@samba.org>
Wed, 10 Oct 2012 05:59:35 +0000 (16:59 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 11 Oct 2012 01:25:13 +0000 (12:25 +1100)
source3/modules/vfs_posixacl.c

index 1714b137d6c5f02f3ffaf9c85b836819fc8875b5..6963aae8fd8fe6ff8896ba06d864ab090c1e3a34 100644 (file)
@@ -368,6 +368,8 @@ static acl_t smb_acl_to_posix(const struct smb_acl_t *acl)
 static struct vfs_fn_pointers posixacl_fns = {
        .sys_acl_get_file_fn = posixacl_sys_acl_get_file,
        .sys_acl_get_fd_fn = posixacl_sys_acl_get_fd,
+       .sys_acl_blob_get_file_fn = posix_sys_acl_blob_get_file,
+       .sys_acl_blob_get_fd_fn = posix_sys_acl_blob_get_fd,
        .sys_acl_set_file_fn = posixacl_sys_acl_set_file,
        .sys_acl_set_fd_fn = posixacl_sys_acl_set_fd,
        .sys_acl_delete_def_file_fn = posixacl_sys_acl_delete_def_file,