From 2a9d7beb9e33316ac185d5cbd0e498502474b4e8 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 28 Jul 2022 12:01:21 -0700 Subject: s3: smbd: Add dirfsp parameter to create_directory(). Not yet used but passed down to SMB_VFS_CREATE(). Signed-off-by: Jeremy Allison Reviewed-by: Volker Lendecke --- source3/smbd/proto.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source3/smbd/proto.h') diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index b2bd5d0e894..0d541d15466 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -747,7 +747,9 @@ NTSTATUS send_break_message(struct messaging_context *msg_ctx, struct deferred_open_record; bool is_deferred_open_async(const struct deferred_open_record *rec); bool defer_smb1_sharing_violation(struct smb_request *req); -NTSTATUS create_directory(connection_struct *conn, struct smb_request *req, +NTSTATUS create_directory(connection_struct *conn, + struct smb_request *req, + struct files_struct *dirfsp, struct smb_filename *smb_dname); void msg_file_was_renamed(struct messaging_context *msg, void *private_data, -- cgit v1.2.1