hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/include/linux/vmpressure.h
....@@ -17,7 +17,7 @@
1717 unsigned long tree_scanned;
1818 unsigned long tree_reclaimed;
1919 /* The lock is used to keep the scanned/reclaimed above in sync. */
20
- struct spinlock sr_lock;
20
+ spinlock_t sr_lock;
2121
2222 /* The list of vmpressure_event structs. */
2323 struct list_head events;