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)
commit50c82cc1456736fa634fb656e63555319742f725
tree3902f8d1ff4f8c57f5f0a7034f319a198349f47e
parentb0ae830bf57dcaec00b2a2eabfec7221a3b7f791
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
source/modules/vfs_aixacl2.c
source/modules/vfs_default.c
source/modules/vfs_gpfs.c
source/smbd/posix_acls.c