smbd: Pass struct vfs_open_how to open_file()
commit02d9321ce0c9fd5b5968ca950cfa3b2eb2a768fc
authorVolker Lendecke <vl@samba.org>
Tue, 5 Sep 2023 13:36:01 +0000 (5 15:36 +0200)
committerRalph Boehme <slow@samba.org>
Thu, 5 Oct 2023 12:58:33 +0000 (5 12:58 +0000)
tree4bd52c3c4fa9e9787626c470b8b6eb46dbc811a5
parent7c35676987053fa4e51c1fc2ee2cfb1951aad708
smbd: Pass struct vfs_open_how to open_file()

We want to pass BACKUP_INTENT down into reopen_from_fsp, and the
elegant way is to do this via vfs_open_how.resolve.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/open.c