cifs: convert tcpSem to a mutex
authorJeff Layton <jlayton@redhat.com>
Mon, 1 Dec 2008 12:09:36 +0000 (07:09 -0500)
committerSteve French <sfrench@us.ibm.com>
Fri, 26 Dec 2008 02:29:09 +0000 (02:29 +0000)
commit72ca545b2d83ac7de671bf66d2dbc214528b4c0c
tree660fd7308d20a6e3dd30789d0107393cca0c9464
parent0468a2cf914e79442b8309ce62e3f861599d8cab
cifs: convert tcpSem to a mutex

Mutexes are preferred for single-holder semaphores...

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsglob.h
fs/cifs/connect.c
fs/cifs/transport.c