Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CIFS] cifs: remove pointless lock and unlock of GlobalMid_Lock in he…
…ader_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>
- Loading branch information