projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83cd9ed
)
cifs: correct comments explaining internal semaphore usage in the module
author
Steve French
<stfrench@microsoft.com>
Fri, 9 Apr 2021 19:49:15 +0000
(14:49 -0500)
committer
Steve 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
patch
|
blob
|
blame
|
history
diff --git
a/fs/cifs/cifsglob.h
b/fs/cifs/cifsglob.h
index ec824ab8c5ca38a916484e6ddb1586ba3d673c4b..21a749074789107e9971f6560e2fba34c1a7bdc2 100644
(file)
--- 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
*
****************************************************************************/