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)
committerRalph Böhme <slow@samba.org>
Tue, 5 May 2015 12:01:25 +0000 (14:01 +0200)
commit14f4e254bb8d1f456ebb8da728f2fb812a9b3034
tree2f3558740d5a95459d34c6e3a461135a9a0784ab
parent044dabfd92d09de4f168a36a07ac3232f5647a1d
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>
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