diff --git a/[refs] b/[refs] index 293c6db757b3..3cf431985104 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fa0334f19f0e1a1e570fc2a160dfe53536599ade +refs/heads/master: 325aa33da784e5997c756a151bc46e9cc9b79db2 diff --git a/trunk/include/linux/init_task.h b/trunk/include/linux/init_task.h index a68835fc8c04..66e2f0a70814 100644 --- a/trunk/include/linux/init_task.h +++ b/trunk/include/linux/init_task.h @@ -65,9 +65,9 @@ .posix_timers = LIST_HEAD_INIT(sig.posix_timers), \ .cpu_timers = INIT_CPU_TIMERS(sig.cpu_timers), \ .rlim = INIT_RLIMITS, \ - .pgrp = 1, \ + .pgrp = 0, \ .tty_old_pgrp = NULL, \ - { .__session = 1}, \ + { .__session = 0}, \ } extern struct nsproxy init_nsproxy;