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;
75
75
/*
76
76
* Global transaction id (XID) information
77
77
*/
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 */
81
81
spinlock_t GlobalMid_Lock ; /* protects above & list operations on midQ entries */
82
82
83
83
/*
Original file line number Diff line number Diff line change @@ -2017,9 +2017,9 @@ extern spinlock_t cifs_tcp_ses_lock;
2017
2017
/*
2018
2018
* Global transaction id (XID) information
2019
2019
*/
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 */
2023
2023
extern spinlock_t GlobalMid_Lock ; /* protects above & list operations on midQ entries */
2024
2024
2025
2025
/*
You can’t perform that action at this time.
0 commit comments