r17140: Get rid of the lock release/reacquire code ! Turns out
authorJeremy Allison <jra@samba.org>
Wed, 19 Jul 2006 18:34:19 +0000 (18:34 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:38:15 +0000 (11:38 -0500)
commitdada5b4853ec7d7346e075ae0718eea9e64cb7b6
tree0232b24e6fcd6ba4be8d501e078d860033ba1c47
parent0e2f7c0ea4388f35d09dcbfbbdf7a520ad39b51b
r17140: Get rid of the lock release/reacquire code ! Turns out
that create dispositions that cause O_TRUNC break
oplocks. This simplifies the code - although we have
to keep separate the client requested access mask and
the access mask we actually use to open the file.
Jeremy.
(This used to be commit 3bcd52a4752ec6c2a8f678afa3b7b3646103ad60)
source3/smbd/open.c