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 12:10:34 +0000 (14:10 +0200)
commitcf8235a895fbb43bd0c458098ead9c57139aa9b2
treeae7b5280169ff40f5d17aa74aaf68aa3e26e4e4a
parent87f2dd82ee1d937aaeaa57f38d4598d860ebb46c
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