kernel/mm/slab.h
.. .. @@ -452,7 +452,7 @@ 452 452 * The slab lists for all objects. 453 453 */ 454 454 struct kmem_cache_node { 455 - spinlock_t list_lock;455 + raw_spinlock_t list_lock;456 456 457 457 #ifdef CONFIG_SLAB 458 458 struct list_head slabs_partial; /* partial list first, better asm code */