From: Steve French Date: Fri, 9 Apr 2021 19:49:15 +0000 (-0500) Subject: cifs: correct comments explaining internal semaphore usage in the module X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=edc9dd1e3c31cfec742593ef9b36af59208bf079;p=linux.git 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 --- diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index ec824ab8c5ca3..21a7490747891 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 * ****************************************************************************/