r4501: when copying files it is common for clients to copy the ACL. When the
authorAndrew Tridgell <tridge@samba.org>
Mon, 3 Jan 2005 07:57:05 +0000 (07:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:15 +0000 (13:08 -0500)
commit586949362684864a18f9a56b5a96f7c4b8331281
tree3477f3af69548dbb5c3dd33963c4ef0ff1819f48
parentc8ba520c5a66f2d4a4d95baf366a2194a752e9c5
r4501: when copying files it is common for clients to copy the ACL. When the
ACL is the default ACL this menas the copied file would have an xattr
but the original would not. Avoid this by checking if the ACL being
set is the original ACL, and avoid the copy.
(This used to be commit 1df985a49b200a41eed39023aa668afb233f2e53)
source4/ntvfs/posix/pvfs_acl.c