]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/pid_namespace.c
afs: the AFS RPC op CBGetCapabilities is actually CBTellMeAboutYourself
[linux-2.6-omap-h63xx.git] / kernel / pid_namespace.c
index 6d792b66d854ff3536e30a1114e35a703be59695..5ca37fa50beb5b4d66b79e9c596943c80d363dfc 100644 (file)
@@ -92,7 +92,7 @@ static struct pid_namespace *create_pid_namespace(int level)
        atomic_set(&ns->pidmap[0].nr_free, BITS_PER_PAGE - 1);
 
        for (i = 1; i < PIDMAP_ENTRIES; i++) {
-               ns->pidmap[i].page = 0;
+               ns->pidmap[i].page = NULL;
                atomic_set(&ns->pidmap[i].nr_free, BITS_PER_PAGE);
        }