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)
commit3bcd52a4752ec6c2a8f678afa3b7b3646103ad60
tree13fd784e996d8297bb6fc89a7b817435efc839b0
parent906720649b4a6c9de9fb6e248e573d3e8fd00ead
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.
source/smbd/open.c