summaryrefslogtreecommitdiff
path: root/source3/locking
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-07-03 14:08:26 +0000
committerJeremy Allison <jra@samba.org>2014-07-04 06:31:16 +0200
commitf038cf739dc5613b10ffbd3c0434c5b729768ad2 (patch)
tree1fc75c980239103a4f6d7b983c4354695657f852 /source3/locking
parentc886e66232a264fd41db507f853c74e1d82858be (diff)
downloadsamba-f038cf739dc5613b10ffbd3c0434c5b729768ad2.tar.gz
smbd: do_lock does not need "blr" anymore
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/locking')
-rw-r--r--source3/locking/locking.c3
-rw-r--r--source3/locking/proto.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/source3/locking/locking.c b/source3/locking/locking.c
index d82c5b3092a..bd81197db61 100644
--- a/source3/locking/locking.c
+++ b/source3/locking/locking.c
@@ -243,8 +243,7 @@ struct byte_range_lock *do_lock(struct messaging_context *msg_ctx,
enum brl_flavour lock_flav,
bool blocking_lock,
NTSTATUS *perr,
- uint64_t *psmblctx,
- struct blocking_lock_record *blr)
+ uint64_t *psmblctx)
{
struct byte_range_lock *br_lck = NULL;
diff --git a/source3/locking/proto.h b/source3/locking/proto.h
index dc880d14157..1e559c9a034 100644
--- a/source3/locking/proto.h
+++ b/source3/locking/proto.h
@@ -130,8 +130,7 @@ struct byte_range_lock *do_lock(struct messaging_context *msg_ctx,
enum brl_flavour lock_flav,
bool blocking_lock,
NTSTATUS *perr,
- uint64_t *psmblctx,
- struct blocking_lock_record *blr);
+ uint64_t *psmblctx);
NTSTATUS do_unlock(struct messaging_context *msg_ctx,
files_struct *fsp,
uint64_t smblctx,