From: Jeff Layton Date: Fri, 28 Aug 2009 14:11:11 +0000 (-0400) Subject: cifs: protect GlobalOplock_Q with its own spinlock X-Git-Tag: v2.6.32-rc1~701^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b49c5566136455764a8d17ead25784f534c202d;p=pandora-kernel.git cifs: protect GlobalOplock_Q with its own spinlock Right now, the GlobalOplock_Q is protected by the GlobalMid_Lock. That lock is also used for completely unrelated purposes (mostly for managing the global mid queue). Give the list its own dedicated spinlock (cifs_oplock_lock) and rename the list to cifs_oplock_list to eliminate the camel-case. Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed