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: Steve French <stfrench@microsoft.com>
This commit is contained in:
Steve French 2021-04-09 14:49:15 -05:00
Родитель 83cd9ed7ae
Коммит edc9dd1e3c
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -1796,9 +1796,8 @@ require use of the stronger protocol */
*
* Semaphores
* ----------
* sesSem operations on smb session
* tconSem operations on tree connection
* fh_sem file handle reconnection operations
* cifsInodeInfo->lock_sem protects:
* the list of locks held by the inode
*
****************************************************************************/