From: Jeff Layton Date: Sun, 12 Oct 2008 13:34:11 +0000 (+0000) Subject: [CIFS] cifs: remove pointless lock and unlock of GlobalMid_Lock in header_assemble X-Git-Tag: v2.6.28-rc1~697^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14835a3325c1f84c3ae6eaf81102a3917e84809e;p=pandora-kernel.git [CIFS] cifs: remove pointless lock and unlock of GlobalMid_Lock in header_assemble We lock GlobalMid_Lock in header_assemble and then immediately unlock it again without doing anything. Not sure what this was intended to do, but remove it. Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed