s3: smbd: Change is_visible_file() to take a directory handle not a name.
authorJeremy Allison <jra@samba.org>
Wed, 29 Apr 2020 21:43:50 +0000 (14:43 -0700)
committerRalph Boehme <slow@samba.org>
Thu, 30 Apr 2020 07:33:41 +0000 (07:33 +0000)
commit2243ba78d9dc4c3515217001f907be5ed0c1fea3
tree18cfb868718c88a4986e79ce67b6f4e5cd22c06b
parent668ef24701ba9d7992b1e44f8b2b87bc5522fb1a
s3: smbd: Change is_visible_file() to take a directory handle not a name.

No change in functionality as the name is
easily retrieved from the directory handle
(it's always the name we opened the directory with)
and this will allow us to use the directory handle
fsp later.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/close.c
source3/smbd/dir.c
source3/smbd/proto.h
source3/smbd/reply.c