commit | 933d4b36576c951d0371bbfed05ec0135d516a6e | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <pshilovsky@samba.org> | Thu Sep 05 15:00:07 2013 +0400 |
committer | Steve French <smfrench@gmail.com> | Sun Sep 08 14:41:43 2013 -0500 |
tree | 2b4ce96ea00ee15b4e61768a5b27bda33baa939d | |
parent | 1a05096de82f3cd672c76389f63964952678506f [diff] |
CIFS: Fix missing lease break If a server sends a lease break to a connection that doesn't have opens with a lease key specified in the server response, we can't find an open file to send an ack. Fix this by walking through all connections we have. Cc: <stable@vger.kernel.org> Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org> Signed-off-by: Steve French <smfrench@gmail.com>