summaryrefslogtreecommitdiffstats
path: root/source3/locking/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-07-03 14:05:03 +0000
committerJeremy Allison <jra@samba.org>2014-07-04 06:31:16 +0200
commitc886e66232a264fd41db507f853c74e1d82858be (patch)
tree959a820efd0745e6c9eafc615d6ec76079a74662 /source3/locking/proto.h
parentb08fe2d98d65c4c389ac8771c91d907958490f4f (diff)
downloadsamba-c886e66232a264fd41db507f853c74e1d82858be.tar.gz
samba-c886e66232a264fd41db507f853c74e1d82858be.tar.xz
samba-c886e66232a264fd41db507f853c74e1d82858be.zip
smbd: brl_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/proto.h')
-rw-r--r--source3/locking/proto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/locking/proto.h b/source3/locking/proto.h
index dc115e1d96..dc880d1415 100644
--- a/source3/locking/proto.h
+++ b/source3/locking/proto.h
@@ -47,8 +47,7 @@ NTSTATUS brl_lock(struct messaging_context *msg_ctx,
enum brl_type lock_type,
enum brl_flavour lock_flav,
bool blocking_lock,
- uint64_t *psmblctx,
- struct blocking_lock_record *blr);
+ uint64_t *psmblctx);
bool brl_unlock(struct messaging_context *msg_ctx,
struct byte_range_lock *br_lck,
uint64_t smblctx,