[Devel] Re: pspace name
Dave Hansen
haveblue at us.ibm.com
Fri Sep 8 09:02:37 PDT 2006
On Thu, 2006-09-07 at 15:22 +0200, Cedric Le Goater wrote:
> all,
>
> 'pspace' sounds wrong when you know about the other namespaces :
Yeah, I agree.
> struct nsproxy {
> atomic_t count;
> spinlock_t nslock;
> struct uts_namespace *uts_ns;
> struct ipc_namespace *ipc_ns;
> struct user_namespace *user_ns;
> struct namespace *namespace;
> };
>
> 'proc_namespace' might be confusing, what about 'task_namespace' ?
task_ might do. I don't have any better ideas.
> 'namespace' should probably be renamed to something like 'mnt_namespace' ?
fs_namespace? This is probably a "do a patch and CC Viro" kind of
thing.
-- Dave
_______________________________________________
Containers mailing list
Containers at lists.osdl.org
https://lists.osdl.org/mailman/listinfo/containers
More information about the Devel
mailing list