Fix to allow blocking lock notification to be done rapidly (no wait
commitbd81aea262dfd25ea399968e8f2dc3ce3cbcfd3c
authorJeremy Allison <jra@samba.org>
Wed, 26 Feb 2003 21:28:07 +0000 (26 21:28 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 26 Feb 2003 21:28:07 +0000 (26 21:28 +0000)
treeb51f8b66d41fb6d396bd9479abe47ccbe1a3b737
parentbfa8bc77b98e56b99d00992fd213348d21191055
Fix to allow blocking lock notification to be done rapidly (no wait
for smb -> smb lock release). Adds new PENDING_LOCK type to lockdb
(does not interfere with existing locks).
Jeremy.
source/include/messages.h
source/include/proto.h
source/include/smb.h
source/locking/brlock.c
source/locking/locking.c
source/smbd/blocking.c
source/smbd/process.c
source/smbd/reply.c