r17314: Optimisation for POSIX locking. If we're downgrading
authorJeremy Allison <jra@samba.org>
Sat, 29 Jul 2006 19:14:24 +0000 (19:14 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:38:25 +0000 (11:38 -0500)
commit2c6030415e0b1f421ea6e85fe6ffe7389ee7a941
tree3cd4c3c78862d48be0653db5e7c34314bf607e45
parent4e9df2fba37e4b1422bfda9781c7c486cfec7ed1
r17314: Optimisation for POSIX locking. If we're downgrading
a POSIX lock (applying a read-lock) and we overlap
pending read locks then send them an unlock message,
we may have allowed them to proceed.
Jeremy.
(This used to be commit a7a0b6ba50f4cf7c5a0a29809fdff9e1266a29e7)
source3/include/locking.h
source3/locking/brlock.c
source3/locking/locking.c
source3/smbd/blocking.c