X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=kernel%2Fpid.c;h=f4ad91b746f1e4afd96b3615a4bad844a0875528;hb=cc673757e24d018d64ff8038e28835db1e2902c4;hp=78b3d9f80d443fb4fa601e41088eb2041385ab20;hpb=7d1fc01afc5af35e5197e0e75abe900f6bd279b8;p=deliverable%2Flinux.git diff --git a/kernel/pid.c b/kernel/pid.c index 78b3d9f80d44..f4ad91b746f1 100644 --- a/kernel/pid.c +++ b/kernel/pid.c @@ -604,5 +604,5 @@ void __init pidmap_init(void) atomic_dec(&init_pid_ns.pidmap[0].nr_free); init_pid_ns.pid_cachep = KMEM_CACHE(pid, - SLAB_HWCACHE_ALIGN | SLAB_PANIC); + SLAB_HWCACHE_ALIGN | SLAB_PANIC | SLAB_ACCOUNT); }