diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/slab.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3992,8 +3992,7 @@ static void cache_reap(struct work_struct *w) | |||
3992 | struct kmem_cache *searchp; | 3992 | struct kmem_cache *searchp; |
3993 | struct kmem_list3 *l3; | 3993 | struct kmem_list3 *l3; |
3994 | int node = numa_node_id(); | 3994 | int node = numa_node_id(); |
3995 | struct delayed_work *work = | 3995 | struct delayed_work *work = to_delayed_work(w); |
3996 | container_of(w, struct delayed_work, work); | ||
3997 | 3996 | ||
3998 | if (!mutex_trylock(&cache_chain_mutex)) | 3997 | if (!mutex_trylock(&cache_chain_mutex)) |
3999 | /* Give up. Setup the next iteration. */ | 3998 | /* Give up. Setup the next iteration. */ |