Leave the called function as that's in the public API.
We will be able to get rid of it when we delete sys_acl_delete_def_file()
after all the callers are gone.
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Noel Power <npower@samba.org>
.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_fd_fn = posixacl_sys_acl_set_fd,
- .sys_acl_delete_def_file_fn = posixacl_sys_acl_delete_def_file,
.sys_acl_delete_def_fd_fn = posixacl_sys_acl_delete_def_fd,
};