We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fada37f commit d92c7ceCopy full SHA for d92c7ce
1 file changed
fs/cifs/cifsglob.h
@@ -1891,7 +1891,8 @@ GLOBAL_EXTERN struct list_head cifs_tcp_ses_list;
1891
/*
1892
* This lock protects the cifs_tcp_ses_list, the list of smb sessions per
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,
+ * 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,
1896
* changes to the tcon->tidStatus should be done while holding this lock.
1897
* generally the locks should be taken in order tcp_ses_lock before
1898
* tcon->open_file_lock and that before file->file_info_lock since the
0 commit comments