File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -75,9 +75,9 @@ unsigned int sign_CIFS_PDUs = 1;
7575/*
7676 * Global transaction id (XID) information
7777 */
78- unsigned int GlobalCurrentXid ; /* protected by GlobalMid_Sem */
79- unsigned int GlobalTotalActiveXid ; /* prot by GlobalMid_Sem */
80- unsigned int GlobalMaxActiveXid ; /* prot by GlobalMid_Sem */
78+ unsigned int GlobalCurrentXid ; /* protected by GlobalMid_Lock */
79+ unsigned int GlobalTotalActiveXid ; /* prot by GlobalMid_Lock */
80+ unsigned int GlobalMaxActiveXid ; /* prot by GlobalMid_Lock */
8181spinlock_t GlobalMid_Lock ; /* protects above & list operations on midQ entries */
8282
8383/*
Original file line number Diff line number Diff line change @@ -2017,9 +2017,9 @@ extern spinlock_t cifs_tcp_ses_lock;
20172017/*
20182018 * Global transaction id (XID) information
20192019 */
2020- extern unsigned int GlobalCurrentXid ; /* protected by GlobalMid_Sem */
2021- extern unsigned int GlobalTotalActiveXid ; /* prot by GlobalMid_Sem */
2022- extern unsigned int GlobalMaxActiveXid ; /* prot by GlobalMid_Sem */
2020+ extern unsigned int GlobalCurrentXid ; /* protected by GlobalMid_Lock */
2021+ extern unsigned int GlobalTotalActiveXid ; /* prot by GlobalMid_Lock */
2022+ extern unsigned int GlobalMaxActiveXid ; /* prot by GlobalMid_Lock */
20232023extern spinlock_t GlobalMid_Lock ; /* protects above & list operations on midQ entries */
20242024
20252025/*
You can’t perform that action at this time.
0 commit comments