mirror of
https://github.com/samba-team/samba.git
synced 2025-03-05 20:58:40 +03:00
s3: VFS: ceph: Make ceph call posixacl_xattr_acl_delete_def_fd().
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Noel Power <npower@samba.org>
This commit is contained in:
parent
0d9e30a1bd
commit
2c2396a282
@ -1633,6 +1633,7 @@ static struct vfs_fn_pointers ceph_fns = {
|
||||
.sys_acl_blob_get_fd_fn = posix_sys_acl_blob_get_fd,
|
||||
.sys_acl_set_fd_fn = posixacl_xattr_acl_set_fd,
|
||||
.sys_acl_delete_def_file_fn = posixacl_xattr_acl_delete_def_file,
|
||||
.sys_acl_delete_def_fd_fn = posixacl_xattr_acl_delete_def_fd,
|
||||
|
||||
/* aio operations */
|
||||
.aio_force_fn = cephwrap_aio_force,
|
||||
|
Loading…
x
Reference in New Issue
Block a user