[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)
commit14835a3325c1f84c3ae6eaf81102a3917e84809e
tree1ea764174a676ef68af15fb6fed4b71874eea845
parentfd048088306656824958e7783ffcee27e241b361
[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 <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/misc.c