diff options
Diffstat (limited to 'mm/slub.c')
| -rw-r--r-- | mm/slub.c | 11 |
1 files changed, 0 insertions, 11 deletions
| @@ -2706,17 +2706,6 @@ err: | |||
| 2706 | } | 2706 | } |
| 2707 | EXPORT_SYMBOL(kmem_cache_create); | 2707 | EXPORT_SYMBOL(kmem_cache_create); |
| 2708 | 2708 | ||
| 2709 | void *kmem_cache_zalloc(struct kmem_cache *s, gfp_t flags) | ||
| 2710 | { | ||
| 2711 | void *x; | ||
| 2712 | |||
| 2713 | x = slab_alloc(s, flags, -1, __builtin_return_address(0)); | ||
| 2714 | if (x) | ||
| 2715 | memset(x, 0, s->objsize); | ||
| 2716 | return x; | ||
| 2717 | } | ||
| 2718 | EXPORT_SYMBOL(kmem_cache_zalloc); | ||
| 2719 | |||
| 2720 | #ifdef CONFIG_SMP | 2709 | #ifdef CONFIG_SMP |
| 2721 | /* | 2710 | /* |
| 2722 | * Use the cpu notifier to insure that the cpu slabs are flushed when | 2711 | * Use the cpu notifier to insure that the cpu slabs are flushed when |
