diff options
author | Steve French <stfrench@microsoft.com> | 2021-04-09 21:49:15 +0200 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2021-04-25 23:28:22 +0200 |
commit | edc9dd1e3c31cfec742593ef9b36af59208bf079 (patch) | |
tree | 6c2aa495140d235c6af5a56358671fc0422ddd23 /fs/cifs/cifsglob.h | |
parent | cifs: Remove useless variable (diff) | |
download | linux-edc9dd1e3c31cfec742593ef9b36af59208bf079.tar.xz linux-edc9dd1e3c31cfec742593ef9b36af59208bf079.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | fs/cifs/cifsglob.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index ec824ab8c5ca..21a749074789 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h @@ -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 * ****************************************************************************/ |