s3: smbd: VFS: All the places that are currently calling vfs_stat_smb_fname() and...
authorJeremy Allison <jra@samba.org>
Fri, 1 May 2015 20:09:36 +0000 (13:09 -0700)
committerKarolin Seeger <kseeger@samba.org>
Wed, 20 May 2015 14:34:30 +0000 (16:34 +0200)
commit178db7cea5f33144b438c5e49ef65024e10d0a0f
tree043b6fe81c4ae26266b82344a89596fdbd543c81
parentbb22feab1631c15a3630f53b313824b510b85389
s3: smbd: VFS: All the places that are currently calling vfs_stat_smb_fname() and vfs_lstat_smb_fname() should be calling vfs_stat_smb_basename().

They are all post-stream name processing.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11249

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
(cherry picked from commit 14f4e254bb8d1f456ebb8da728f2fb812a9b3034)
source3/modules/nfs4_acls.c
source3/modules/vfs_acl_common.c
source3/modules/vfs_acl_tdb.c
source3/modules/vfs_recycle.c
source3/modules/vfs_solarisacl.c
source3/modules/vfs_xattr_tdb.c