smbd: Fix an ancient oplock bug
commit4ce9501d4d4aed8db3a666b77b556b97f8693014
authorVolker Lendecke <vl@samba.org>
Wed, 4 Sep 2013 11:57:00 +0000 (4 13:57 +0200)
committerKarolin Seeger <kseeger@samba.org>
Fri, 14 Feb 2014 19:12:37 +0000 (14 20:12 +0100)
treedba420cda6de634e37edbc005cc938621497d5ae
parentb5253bf2dc1c9729551f8b4adc5fe77dcc922bb0
smbd: Fix an ancient oplock bug

If we get an oplock break response, we forgot to remove the oplock break
timeout.

Found by stopping raw.oplock.exclusive5 after the 2nd open and watching a debug
level 10 log. This amends 08a9de89 from 2007.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit 0670975261c5f29394f9e9d25f899a7de948dad1)

Fix bug #10436 - cancel fsp->oplock_timeout in downgrade_file_oplock().
source3/smbd/oplock.c