[CIFS] cifs: remove pointless lock and unlock of GlobalMid_Lock in header_assemble
authorJeff Layton <jlayton@redhat.com>
Sun, 12 Oct 2008 13:34:11 +0000 (13:34 +0000)
committerSteve French <sfrench@us.ibm.com>
Sun, 12 Oct 2008 13:34:11 +0000 (13:34 +0000)
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 <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>

No differences found