diff options
Diffstat (limited to 'mm/slub.c')
-rw-r--r-- | mm/slub.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3086,7 +3086,7 @@ static void slab_mem_offline_callback(void *arg) | |||
3086 | /* | 3086 | /* |
3087 | * if n->nr_slabs > 0, slabs still exist on the node | 3087 | * if n->nr_slabs > 0, slabs still exist on the node |
3088 | * that is going down. We were unable to free them, | 3088 | * that is going down. We were unable to free them, |
3089 | * and offline_pages() function shoudn't call this | 3089 | * and offline_pages() function shouldn't call this |
3090 | * callback. So, we must fail. | 3090 | * callback. So, we must fail. |
3091 | */ | 3091 | */ |
3092 | BUG_ON(slabs_node(s, offline_node)); | 3092 | BUG_ON(slabs_node(s, offline_node)); |