]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: Remove vfs_file_exist()
authorVolker Lendecke <vl@samba.org>
Fri, 24 Jan 2025 11:58:22 +0000 (12:58 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 5 Feb 2025 00:07:30 +0000 (00:07 +0000)
commit97d483f175cbd9da413c4d3bbae2a3a48aec8566
treeca01b41c881f01ca37a2fcf3c377e53ed8091b52
parentb223d5da884eb2f2540b72b3a1c5baec1cf21c77
smbd: Remove vfs_file_exist()

Both callers followed this with SMB_VFS_CREATE_FILE which can be given
FILE_NON_DIRECTORY_FILE as an option to achieve the same.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/printing/nt_printing.c
source3/smbd/proto.h
source3/smbd/smb2_reply.c
source3/smbd/vfs.c