commit | 4b5c41aad4f6a4f9d723b8b5aea8c01264bd0763 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Mon Jul 12 17:10:36 2010 -0700 |
committer | Eric W. Biederman <ebiederm@aristanetworks.com> | Tue Aug 09 05:00:13 2011 -0500 |
tree | b849011b31ee56dc99338258b61f0a4e3a3dbb71 | |
parent | 20384bfcbb6d2ec323d624e9ca12a3e996b0c9eb [diff] |
pidns: Consolidate initialzation of special init task state Instead of setting child_reaper and SIGNAL_UNKILLABLE one way for the system init process, and another way for pid namespace init processes test pid->nr == 1 and use the same code for both. This is a small cleanup and it paves the way for allowing unshare of the pid namespace as that path like our global init also will not set CLONE_NEWPID. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>