From: Andrew Morton Cc: "Eric W. Biederman" Cc: Cedric Le Goater Cc: Herbert Poetzl Cc: Kirill Korotaev Cc: Pavel Emelianov Cc: Sukadev Bhattiprolu Signed-off-by: Andrew Morton --- include/linux/pid_namespace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/pid_namespace.h~pid-namespaces-dynamic-kmem-cache-allocator-for-pid-namespaces-fix include/linux/pid_namespace.h --- a/include/linux/pid_namespace.h~pid-namespaces-dynamic-kmem-cache-allocator-for-pid-namespaces-fix +++ a/include/linux/pid_namespace.h @@ -20,7 +20,7 @@ struct pid_namespace { struct pidmap pidmap[PIDMAP_ENTRIES]; int last_pid; struct task_struct *child_reaper; - struct kmem_cache_t *pid_cachep; + struct kmem_cache *pid_cachep; }; extern struct pid_namespace init_pid_ns; _