hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
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;