smbd: add dirfsp arg to SMB_VFS_CREATE_FILE()
[samba.git] / source3 / smbd / proto.h
index c57cb3242c47163e78572350e2dcf1309fb02611..c2491f9c43b0c5b2ce016d3935b14db12cbd1f5c 100644 (file)
@@ -751,6 +751,7 @@ struct fsp_lease *find_fsp_lease(struct files_struct *new_fsp,
                                 uint16_t lease_epoch);
 NTSTATUS create_file_default(connection_struct *conn,
                             struct smb_request *req,
+                            struct files_struct **dirfsp,
                             struct smb_filename * smb_fname,
                             uint32_t access_mask,
                             uint32_t share_access,