forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 ea08eeccae9297f7aabd2ef7f0c2517ac4549acc
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;