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)
committerJeremy Allison <jra@samba.org>
Thu, 3 Jul 2014 19:41:12 +0000 (21:41 +0200)
commitcc9de6eb091159a84228b988c49261c46c301233
tree3ce5834a78beb0e11a5322b3a786a817c520c60e
parent12be57ef3b2d1b670be7a83f29cd580938030015
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>
source3/smbd/blocking.c