s3: smbd: Locking - treat lock timeout the same as any other error.
authorJeremy Allison <jra@samba.org>
Thu, 3 Jul 2014 03:40:49 +0000 (20:40 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 15 Jul 2014 10:46:16 +0000 (12:46 +0200)
commit01753e8409497f8f82dd637a0ad8402da9464d5c
tree29715d6a122df12748fbae34d6e22e5932f507be
parent6484211b6815765cf6e1dcb5b884e82c6edc8bae
s3: smbd: Locking - treat lock timeout the same as any other error.

Allows the special case in process_blocking_lock_queue()
that talks back to the client to be removed.

Bug #10684 - SMB1 blocking locks can fail notification on unlock, causing client timeout.

https://bugzilla.samba.org/show_bug.cgi?id=10684

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Volker Lendecke <Volker.Lendecke@SerNet.DE>
(cherry picked from commit cc9de6eb091159a84228b988c49261c46c301233)
source3/smbd/blocking.c