diff options
author | Steve French <stfrench@microsoft.com> | 2019-03-13 19:21:38 -0400 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2019-03-14 20:32:36 -0400 |
commit | 6552580286e5fdcde50206dd0263b63ab87b64fe (patch) | |
tree | 17adcaee6ed3ea4ef07a6c9773be4a63f24649cd /fs/cifs/cifsglob.h | |
parent | d44d13723b0994bc61e0f2d3efeb17856128673b (diff) |
cifs: minor documentation updates
Also updated a comment describing use of the GlobalMid_Lock
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 8b9ecf8c2986..c4f0f4e4bc6d 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
@@ -1738,6 +1738,7 @@ require use of the stronger protocol */ | |||
1738 | * GlobalMid_Lock protects: | 1738 | * GlobalMid_Lock protects: |
1739 | * list operations on pending_mid_q and oplockQ | 1739 | * list operations on pending_mid_q and oplockQ |
1740 | * updates to XID counters, multiplex id and SMB sequence numbers | 1740 | * updates to XID counters, multiplex id and SMB sequence numbers |
1741 | * list operations on global DnotifyReqList | ||
1741 | * tcp_ses_lock protects: | 1742 | * tcp_ses_lock protects: |
1742 | * list operations on tcp and SMB session lists | 1743 | * list operations on tcp and SMB session lists |
1743 | * tcon->open_file_lock protects the list of open files hanging off the tcon | 1744 | * tcon->open_file_lock protects the list of open files hanging off the tcon |