On 6/8/07, Serge E. Hallyn <[email protected]> wrote:
The problem is container_clone() doesn't call ->create explicitly, it does vfs_mkdir. So we have no real way of passing in clone_task.
Good point. Looking at vfs_mkdir(), it's pretty simple, and really the only bits that apply to container_clone() are the call to ->mkdir() and possibly the call to fsnotify_mkdir(). (I think that's maybe how you did it originally?) Maybe it would make sense to just call container_create() at that point directly, which would allow us more parameters. Paul - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [ckrm-tech] [PATCH 00/10] Containers(V10): Generic Process Containers
- From: "Serge E. Hallyn" <[email protected]>
- Re: [ckrm-tech] [PATCH 00/10] Containers(V10): Generic Process Containers
- References:
- Re: [PATCH 00/10] Containers(V10): Generic Process Containers
- From: "Serge E. Hallyn" <[email protected]>
- Re: [PATCH 00/10] Containers(V10): Generic Process Containers
- From: "Serge E. Hallyn" <[email protected]>
- Re: [ckrm-tech] [PATCH 00/10] Containers(V10): Generic Process Containers
- From: Paul Jackson <[email protected]>
- Re: [ckrm-tech] [PATCH 00/10] Containers(V10): Generic Process Containers
- From: "Serge E. Hallyn" <[email protected]>
- Re: [ckrm-tech] [PATCH 00/10] Containers(V10): Generic Process Containers
- From: Paul Jackson <[email protected]>
- Re: [ckrm-tech] [PATCH 00/10] Containers(V10): Generic Process Containers
- From: "Serge E. Hallyn" <[email protected]>
- Re: [ckrm-tech] [PATCH 00/10] Containers(V10): Generic Process Containers
- From: Paul Jackson <[email protected]>
- Re: [ckrm-tech] [PATCH 00/10] Containers(V10): Generic Process Containers
- From: "Serge E. Hallyn" <[email protected]>
- Re: [ckrm-tech] [PATCH 00/10] Containers(V10): Generic Process Containers
- From: "Paul Menage" <[email protected]>
- Re: [ckrm-tech] [PATCH 00/10] Containers(V10): Generic Process Containers
- From: "Serge E. Hallyn" <[email protected]>
- Re: [PATCH 00/10] Containers(V10): Generic Process Containers
- Prev by Date: [PATCH 6/6]
- Next by Date: missing elfconfig.h
- Previous by thread: Re: [ckrm-tech] [PATCH 00/10] Containers(V10): Generic Process Containers
- Next by thread: Re: [ckrm-tech] [PATCH 00/10] Containers(V10): Generic Process Containers
- Index(es):