File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1891,7 +1891,8 @@ GLOBAL_EXTERN struct list_head cifs_tcp_ses_list;
1891
1891
/*
1892
1892
* This lock protects the cifs_tcp_ses_list, the list of smb sessions per
1893
1893
* tcp session, and the list of tcon's per smb session. It also protects
1894
- * the reference counters for the server, smb session, and tcon. Finally,
1894
+ * the reference counters for the server, smb session, and tcon. It also
1895
+ * protects some fields in the TCP_Server_Info struct such as dstaddr. Finally,
1895
1896
* changes to the tcon->tidStatus should be done while holding this lock.
1896
1897
* generally the locks should be taken in order tcp_ses_lock before
1897
1898
* tcon->open_file_lock and that before file->file_info_lock since the
You can’t perform that action at this time.
0 commit comments