Optimization for change_file_owner_to_parent() and change_dir_owner_to_parent()
commit9c2ba9436d1abe66c493a512702101f631946cdf
authorJeremy Allison <jra@samba.org>
Thu, 14 Apr 2011 19:49:58 +0000 (14 12:49 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 14 Apr 2011 19:49:58 +0000 (14 12:49 -0700)
treea9c161496b3c208968d916a2a460519a63414a84
parentd9c1d1f709ba49e57762456e529e283825a4fd7a
Optimization for change_file_owner_to_parent() and change_dir_owner_to_parent()

Don't do the chown if the owner is already correct.
source3/smbd/open.c