]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2f5815a9fd7596fbaaf126f8c22e381f16b17c4c
tree660fd7308d20a6e3dd30789d0107393cca0c9464
parent8c03b249bdc71d215e474bcabf16efd968bcf94b
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