brlock: Remove validate_lock_entries
commit85935097b9dd877791ed7447fe4314c6736c0414
authorVolker Lendecke <vl@samba.org>
Wed, 20 Aug 2014 09:07:14 +0000 (20 09:07 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 22 Aug 2014 22:24:18 +0000 (23 00:24 +0200)
tree4686e5d3d922b2ee76e05a88ad6544cb78d33bea
parent105724073300af03eb0835b3c93d9b2e2bfacb07
brlock: Remove validate_lock_entries

This is now only called during brl_forall. It does not really hurt if we list
dead processes here. If the upper layers really care, they can filter it out
themselves. The real lock conflicts are not removed on-demand.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/locking/brlock.c