s3: VFS: posixacl: Remove sys_acl_delete_def_file_fn pointer.
authorJeremy Allison <jra@samba.org>
Sat, 15 May 2021 02:31:09 +0000 (19:31 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 18 May 2021 17:29:34 +0000 (17:29 +0000)
commit97821542d33baacefe2c27f620e8bca692f775f4
tree6755194528a9d40329a3db9106d7d52ccf6ab761
parent39901d17540ae193e8f7223d5f6bcfd329db0894
s3: VFS: posixacl: Remove sys_acl_delete_def_file_fn pointer.

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>
source3/modules/vfs_posixacl.c