]> err.no Git - linux-2.6/blobdiff - kernel/pid.c
[SCSI] stex: use resid for xfer len information
[linux-2.6] / kernel / pid.c
index d76f59326bd448724b5f0236d3ea604571bd3d29..eb66bd2953ab95f614781b12da75b4613ec0f757 100644 (file)
 #include <linux/bootmem.h>
 #include <linux/hash.h>
 #include <linux/pid_namespace.h>
+#include <linux/init_task.h>
 
 #define pid_hashfn(nr) hash_long((unsigned long)nr, pidhash_shift)
 static struct hlist_head *pid_hash;
 static int pidhash_shift;
 static struct kmem_cache *pid_cachep;
+struct pid init_struct_pid = INIT_STRUCT_PID;
 
 int pid_max = PID_MAX_DEFAULT;