diff options
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 82e28f5515c8..9b002cca6bb7 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
@@ -151,7 +151,7 @@ struct TCP_Server_Info { | |||
151 | atomic_t num_waiters; /* blocked waiting to get in sendrecv */ | 151 | atomic_t num_waiters; /* blocked waiting to get in sendrecv */ |
152 | #endif | 152 | #endif |
153 | enum statusEnum tcpStatus; /* what we think the status is */ | 153 | enum statusEnum tcpStatus; /* what we think the status is */ |
154 | struct semaphore tcpSem; | 154 | struct mutex srv_mutex; |
155 | struct task_struct *tsk; | 155 | struct task_struct *tsk; |
156 | char server_GUID[16]; | 156 | char server_GUID[16]; |
157 | char secMode; | 157 | char secMode; |