s3: delete requests are not special
authorVolker Lendecke <vl@samba.org>
Mon, 10 Sep 2012 09:25:03 +0000 (11:25 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 12 Sep 2012 08:23:45 +0000 (10:23 +0200)
commitb20ca77e2a9d111eb2e77d0b804fe7505b07e418
treee60b16fb5f8437230121c0f3cc88c6b1b2fdbaae
parent30567b8f9bc0f5a39a3a65039277aa5f839622cd
s3: delete requests are not special

The only difference between batch and exclusive oplocks is the time of
the check: Batch is checked before the share mode check, exclusive after.

Signed-off-by: Jeremy Allison <jra@samba.org>
Fix bug #9150 - Valid open requests can cause smbd assert due to incorrect
oplock handling on delete requests.
source3/smbd/open.c