From: Pavel Shilovsky Date: Fri, 24 Feb 2012 12:41:06 +0000 (+0300) Subject: CIFS: Move locks to cifsFileInfo structure X-Git-Tag: v3.5-rc1~50^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbd35acadd728eac5d94f360c7cd8cbe12a0379f;p=pandora-kernel.git CIFS: Move locks to cifsFileInfo structure CIFS brlock cache can be used by several file handles if we have a write-caching lease on the file that is supported by SMB2 protocol. Prepate the code to handle this situation correctly by sorting brlocks by a fid to easily push them in portions when lease break comes. Signed-off-by: Pavel Shilovsky --- Reading git-diff-tree failed