[Devel] Re: [RFC][PATCH] Rename pspace to pid_namespace

Eric W. Biederman ebiederm at xmission.com
Thu Sep 7 23:04:24 PDT 2006


Sukadev Bhattiprolu <sukadev at us.ibm.com> writes:

> Rename struct pspace to struct pid_namespace for consistency with
> other namespaces (uts_namespace and ipc_namespace). Also rename
> include/linux/pspace.h to include/linux/pid_namespace.h and variables
> from pspace to pid_ns.

This fails to fixup next_pidmap, which was added recently.

It turned out that readdir on /proc was iterating through processes
in a completely broken way, so it needed to be changed to iterate
through processes in pid order.

Eric
_______________________________________________
Containers mailing list
Containers at lists.osdl.org
https://lists.osdl.org/mailman/listinfo/containers




More information about the Devel mailing list