commit | 14835a3325c1f84c3ae6eaf81102a3917e84809e | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Sun Oct 12 13:34:11 2008 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Sun Oct 12 13:34:11 2008 +0000 |
tree | 1ea764174a676ef68af15fb6fed4b71874eea845 | |
parent | fd048088306656824958e7783ffcee27e241b361 [diff] |
[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>