Remove lots of duplicate code and move it into one
authorJeremy Allison <jra@samba.org>
Fri, 2 Oct 2009 20:45:38 +0000 (13:45 -0700)
committerKarolin Seeger <kseeger@samba.org>
Thu, 26 Nov 2009 10:38:58 +0000 (11:38 +0100)
commit95922c6b6e0f814d7e651e56f703ee9f7420aa82
tree6a68181d704a59c8631f2109f73eb60af71b58fb
parentbe490c9f9a93e0946722fc1fb311f53589d5d177
Remove lots of duplicate code and move it into one
function vfs_stat_fsp(). Stops code looking at fsp->posix_open
except for exceptional circumstances.
Jeremy.
(cherry picked from commit da45a3ca779d3441265837167b021ea4920edb01)
source3/include/proto.h
source3/modules/vfs_acl_common.c
source3/modules/vfs_acl_tdb.c
source3/smbd/close.c
source3/smbd/posix_acls.c
source3/smbd/reply.c
source3/smbd/vfs.c