vfs: Use posix_sys_acl_blob_get_file in vfs_aixacl
authorAndrew Bartlett <abartlet@samba.org>
Wed, 10 Oct 2012 05:52:02 +0000 (16:52 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 11 Oct 2012 01:25:12 +0000 (12:25 +1100)
source3/modules/vfs_aixacl.c

index 9f66d2a70cc7ff743efbdc7b097267416f37bb47..25d9089ba5cf7b83bd064430cd98f90e95fa9042 100644 (file)
@@ -180,6 +180,8 @@ int aixacl_sys_acl_delete_def_file(vfs_handle_struct *handle,
 static struct vfs_fn_pointers vfs_aixacl_fns = {
        .sys_acl_get_file_fn = aixacl_sys_acl_get_file,
        .sys_acl_get_fd_fn = aixacl_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 = aixacl_sys_acl_set_file,
        .sys_acl_set_fd_fn = aixacl_sys_acl_set_fd,
        .sys_acl_delete_def_file_fn = aixacl_sys_acl_delete_def_file,