From 9b31f6ab6cce55824f3e62f59061085abc1240db Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 28 Dec 2010 16:25:16 -0800 Subject: Fix bug #7892 - open_file_fchmod() leaves a stale lock. Autobuild-User: Jeremy Allison Autobuild-Date: Wed Dec 29 02:15:23 CET 2010 on sn-devel-104 --- source3/include/proto.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 9b391ae767..c469888940 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5017,10 +5017,9 @@ bool map_open_params_to_ntcreate(const struct smb_filename *smb_fname, uint32_t *pprivate_flags); void remove_deferred_open_entry(struct file_id id, uint64_t mid, struct server_id pid); -NTSTATUS open_file_fchmod(struct smb_request *req, connection_struct *conn, +NTSTATUS open_file_fchmod(connection_struct *conn, struct smb_filename *smb_fname, files_struct **result); -NTSTATUS close_file_fchmod(struct smb_request *req, files_struct *fsp); NTSTATUS create_directory(connection_struct *conn, struct smb_request *req, struct smb_filename *smb_dname); void msg_file_was_renamed(struct messaging_context *msg, -- cgit