Fix bug #7987 - ACL can get lost when files are being renamed.
authorJeremy Allison <jra@samba.org>
Fri, 1 Apr 2011 23:50:28 +0000 (16:50 -0700)
committerJeremy Allison <jra@samba.org>
Sat, 2 Apr 2011 00:40:43 +0000 (02:40 +0200)
commit00224d06c389e9744b83bcec09a9d002086058fc
treeec6753ac658a450d3ed354a31c3345a901e29e73
parentac216c130e5d1f1c86d7e481838748208bb68f73
Fix bug #7987 - ACL can get lost when files are being renamed.

There is no reason for smbd with Windows ACLs to use chmod
or fchmod unless it's a file opened with UNIX extensions or
with posix pathnames.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Sat Apr  2 02:40:43 CEST 2011 on sn-devel-104
source3/modules/vfs_acl_common.c
source3/modules/vfs_acl_tdb.c
source3/modules/vfs_acl_xattr.c