Commit edc9dd1e authored by Steve French's avatar Steve French

cifs: correct comments explaining internal semaphore usage in the module

A few of the semaphores had been removed, and one additional one
needed to be noted in the comments.
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent 83cd9ed7
...@@ -1796,9 +1796,8 @@ require use of the stronger protocol */ ...@@ -1796,9 +1796,8 @@ require use of the stronger protocol */
* *
* Semaphores * Semaphores
* ---------- * ----------
* sesSem operations on smb session * cifsInodeInfo->lock_sem protects:
* tconSem operations on tree connection * the list of locks held by the inode
* fh_sem file handle reconnection operations
* *
****************************************************************************/ ****************************************************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment