s3:smbd: use is_named_stream() in a a few places
authorRalph Boehme <slow@samba.org>
Thu, 26 Sep 2019 17:31:51 +0000 (10:31 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 2 Oct 2019 08:01:40 +0000 (08:01 +0000)
commit993d327f5d24305d96781afeb11855487323975d
tree650f19524f76c58553cff59c8b30219336e6b6e6
parent4b2e44a6ed7de9b1a25c3bf08de24dd49c7f6c1d
s3:smbd: use is_named_stream() in a a few places

This simplifies (and corrects) things in the VFS as there the caller is only
interested in whether a name is pointing to a real named stream most of the times.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_fruit.c
source3/modules/vfs_gpfs.c
source3/modules/vfs_streams_depot.c
source3/modules/vfs_streams_xattr.c
source3/modules/vfs_virusfilter.c
source3/smbd/dosmode.c