cifs: correct comments explaining internal semaphore usage in the module
authorSteve French <stfrench@microsoft.com>
Fri, 9 Apr 2021 19:49:15 +0000 (14:49 -0500)
committerSteve French <stfrench@microsoft.com>
Sun, 25 Apr 2021 21:28:22 +0000 (16:28 -0500)
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>
fs/cifs/cifsglob.h

index ec824ab8c5ca38a916484e6ddb1586ba3d673c4b..21a749074789107e9971f6560e2fba34c1a7bdc2 100644 (file)
@@ -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
  *
  ****************************************************************************/