pid namespaces: remove the struct pid unneeded fields
Since we've switched from using pid->nr to pid->upids->nr some fields on struct pid are no longer needed Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Cc: Oleg Nesterov <oleg@tv-sign.ru> Cc: Sukadev Bhattiprolu <sukadev@us.ibm.com> Cc: Paul Menage <menage@google.com> Cc: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
228ebcbe63
commit
19b9b9b54e
@ -263,7 +263,6 @@ struct pid *alloc_pid(struct pid_namespace *ns)
|
||||
|
||||
get_pid_ns(ns);
|
||||
pid->level = ns->level;
|
||||
pid->nr = pid->numbers[0].nr;
|
||||
atomic_set(&pid->count, 1);
|
||||
for (type = 0; type < PIDTYPE_MAX; ++type)
|
||||
INIT_HLIST_HEAD(&pid->tasks[type]);
|
||||
|
Reference in New Issue
Block a user