From e90444319c37c413ffc4e3a02531309dfa3ff565 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 29 Apr 2010 17:08:12 -0700 Subject: Carefully label SMB1-specific locking calls. Jeremy. --- source3/include/proto.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 1eaa008320..929d1ecb32 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6114,9 +6114,9 @@ bool push_blocking_lock_request( struct byte_range_lock *br_lck, uint64_t count, uint32 blocking_pid); void cancel_pending_lock_requests_by_fid(files_struct *fsp, struct byte_range_lock *br_lck); -void remove_pending_lock_requests_by_mid(uint64_t mid); -bool blocking_lock_was_deferred(uint64_t mid); -struct blocking_lock_record *blocking_lock_cancel(files_struct *fsp, +void remove_pending_lock_requests_by_mid_smb1(uint64_t mid); +bool blocking_lock_was_deferred_smb1(uint64_t mid); +struct blocking_lock_record *blocking_lock_cancel_smb1(files_struct *fsp, uint32 lock_pid, uint64_t offset, uint64_t count, -- cgit