Split get_nt_acl() into two functions: fsp- and non-fsp variant.
authorMichael Adam <obnox@samba.org>
Tue, 6 Nov 2007 07:01:31 +0000 (08:01 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 19 Dec 2007 22:07:56 +0000 (23:07 +0100)
commit8e2323e391e312e0f0284c918e2bb8567c035e20
tree1ef9f07a74473e6b7f6c2d46b5ef1107981effed
parenta7e15d41c66e811777e52fbfa19df817d8617d5a
Split get_nt_acl() into two functions: fsp- and non-fsp variant.

Replace smbd/posix_acls.c:get_nt_acl() by two funcions:
posix_get_nt_acl() and posix_fget_nt_acl(). The first
takes a connection struct and a file name instead of a
files_struct pointer. This is in preparation of changing
the vfs api for SMB_VFS_GET_NT_ACL.

Michael
(This used to be commit 50c82cc1456736fa634fb656e63555319742f725)
source3/modules/vfs_aixacl2.c
source3/modules/vfs_default.c
source3/modules/vfs_gpfs.c
source3/smbd/posix_acls.c