s3: smbd: Locking - treat lock timeout the same as any other error.
commitb1be3eb040647e756eef4722d39e6d32e0f90c5f
authorJeremy Allison <jra@samba.org>
Thu, 3 Jul 2014 03:40:49 +0000 (2 20:40 -0700)
committerKarolin Seeger <kseeger@samba.org>
Sun, 13 Jul 2014 19:29:20 +0000 (13 21:29 +0200)
treef82cd0f8d10c8483f4eb0d7c2e67978f9af69a42
parent9df5a516d3f11da70506695c4a50b57e92824328
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