kernel/include/linux/vmpressure.h
.. .. @@ -17,7 +17,7 @@ 17 17 unsigned long tree_scanned; 18 18 unsigned long tree_reclaimed; 19 19 /* The lock is used to keep the scanned/reclaimed above in sync. */ 20 - struct spinlock sr_lock;20 + spinlock_t sr_lock;21 21 22 22 /* The list of vmpressure_event structs. */ 23 23 struct list_head events;