nfs4acls: Use an anon struct for SMB4ACL_T
authorVolker Lendecke <vl@samba.org>
Tue, 11 Aug 2015 10:35:20 +0000 (12:35 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 13 Aug 2015 12:40:15 +0000 (14:40 +0200)
commitf15ad38d141c6654dd2a280b9289b8829dc06f0e
treed20226eee4be818b0a8b7cb68b6282ad5d763064
parent9db523b169def3aef11664d7a297cd0bc44259fd
nfs4acls: Use an anon struct for SMB4ACL_T

The relevant change:

-typedef struct _SMB4ACL_T {char dontuse;} SMB4ACL_T;
+struct SMB4ACL_T;

We can use anonymous structs to prevent direct use. This patch will
trigger a set of simplifications in the next patches

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/modules/nfs4_acls.c
source3/modules/nfs4_acls.h
source3/modules/vfs_aixacl2.c
source3/modules/vfs_gpfs.c
source3/modules/vfs_nfs4acl_xattr.c
source3/modules/vfs_zfsacl.c