s3: smbd: Add a dirfsp parameter to smbd_calculate_access_mask().
authorJeremy Allison <jra@samba.org>
Fri, 1 May 2020 17:13:58 +0000 (10:13 -0700)
committerRalph Boehme <slow@samba.org>
Mon, 4 May 2020 13:55:34 +0000 (13:55 +0000)
commita20d06675f07be676c3920072e15ffe7775ab91c
tree256b38577b9a2b5d3feba28c9e323b463f1a2e96
parentc7144b7acd298b2fd06cbe02f163bb905eca450a
s3: smbd: Add a dirfsp parameter to smbd_calculate_access_mask().

Not yet used. Currently always conn->cwd_fsp.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/vfs_fruit.c
source3/smbd/fake_file.c
source3/smbd/globals.h
source3/smbd/open.c
source3/smbd/smb2_create.c