diff options
author | Jeremy Allison <jra@samba.org> | 2010-12-28 16:25:16 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2010-12-29 02:15:23 +0100 |
commit | 9b31f6ab6cce55824f3e62f59061085abc1240db (patch) | |
tree | d9112d0bbc55a1bcb0858a096da2ecd8730ec2fe /source3/include | |
parent | 4622812a41eb5ce07dd8f74534217e858743883f (diff) | |
download | samba-9b31f6ab6cce55824f3e62f59061085abc1240db.tar.gz samba-9b31f6ab6cce55824f3e62f59061085abc1240db.tar.bz2 samba-9b31f6ab6cce55824f3e62f59061085abc1240db.zip |
Fix bug #7892 - open_file_fchmod() leaves a stale lock.
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Wed Dec 29 02:15:23 CET 2010 on sn-devel-104
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 1 insertions, 2 deletions
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, |