From 5a1fb2eb0dc849bba5f74ef874d7629cd611929f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 3 Jul 2014 14:03:12 +0000 Subject: smbd: brl_lock_cancel does not need "blr" anymore Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/locking/proto.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/locking/proto.h') diff --git a/source3/locking/proto.h b/source3/locking/proto.h index 1e559c9a03..55f1dc271c 100644 --- a/source3/locking/proto.h +++ b/source3/locking/proto.h @@ -77,8 +77,7 @@ bool brl_lock_cancel(struct byte_range_lock *br_lck, struct server_id pid, br_off start, br_off size, - enum brl_flavour lock_flav, - struct blocking_lock_record *blr); + enum brl_flavour lock_flav); bool brl_lock_cancel_default(struct byte_range_lock *br_lck, struct lock_struct *plock); bool brl_mark_disconnected(struct files_struct *fsp); -- cgit