From: Pavel Shilovsky Date: Wed, 19 Sep 2012 13:22:43 +0000 (-0700) Subject: CIFS: Remove spinlock dependence in brlock processing X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~66^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f45d34167c67b083b54690e349e77f59062ef0ea;p=pandora-kernel.git CIFS: Remove spinlock dependence in brlock processing Now we need to lock/unlock a spinlock while processing brlock ops on the inode. Move brlocks of a fid to a separate list and attach all such lists to the inode. This let us not hold a spinlock. Signed-off-by: Pavel Shilovsky --- Reading git-diff-tree failed