From: Pavel Shilovsky Date: Tue, 9 Jul 2013 14:40:58 +0000 (+0400) Subject: CIFS: Reconnect durable handles for SMB2 X-Git-Tag: v3.11-rc1~19^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cbc0b7339b0542a1d13922d2745a2636ce44853;p=pandora-kernel.git CIFS: Reconnect durable handles for SMB2 On reconnects, we need to reopen file and then obtain all byte-range locks held by the client. SMB2 protocol provides feature to make this process atomic by reconnecting to the same file handle with all it's byte-range locks. This patch adds this capability for SMB2 shares. Signed-off-by: Pavel Shilovsky Signed-off-by: Steven French --- Reading git-diff-tree failed