s3: modules: vfs_default: Remove CHMOD_ACL in mkdir.
authorJeremy Allison <jra@samba.org>
Thu, 17 May 2018 18:03:53 +0000 (11:03 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 25 May 2018 16:39:24 +0000 (18:39 +0200)
commit90117f25bf10ea47f1bc02c22dc41f2a560d57eb
tree9d8c81f92770e498a17c6612caa0acf00a00a458
parentaaed6b4e995bb95fdc3ca6e768e84d14b3a3e446
s3: modules: vfs_default: Remove CHMOD_ACL in mkdir.

Now I understand the use of the mask in POSIX ACLs
this extra step is no longer needed. If the mkdir
succeeded it's already set the correct mode.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/modules/vfs_default.c