smbd: Remove FAKE_LEVEL_II_OPLOCK
authorVolker Lendecke <vl@samba.org>
Wed, 11 Sep 2013 16:07:33 +0000 (16:07 +0000)
committerJeremy Allison <jra@samba.org>
Mon, 14 Oct 2013 23:52:29 +0000 (01:52 +0200)
commitfcafaf6022832835fc8fa76a4c33056605dc53e4
treeb9da13ff8580780efff786c9eff37b599b6fa9bb
parenteb50c18c4a2d0caa3b8d21b2e1b536adc8dc0276
smbd: Remove FAKE_LEVEL_II_OPLOCK

FAKE_LEVEL_II_OPLOCK was an indicator to break level2 oplock holders
on write.  This information is now being held in brlock.tdb, which makes
the FAKE_LEVEL_II_OPLOCK type unnecessary.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/smb.h
source3/locking/locking.c
source3/smbd/files.c
source3/smbd/open.c
source3/smbd/oplock.c