Re: [RFC v10][PATCH 05/13] Dump memory address space

2008-12-01 Thread Dave Hansen
On Fri, 2008-11-28 at 10:53 +, Al Viro wrote: +static int cr_ctx_checkpoint(struct cr_ctx *ctx, pid_t pid) +{ + ctx-root_pid = pid; + + /* + * assume checkpointer is in container's root vfs + * FIXME: this works for now, but will change with real containers

Re: [RFC v10][PATCH 05/13] Dump memory address space

2008-12-01 Thread Oren Laadan
Dave Hansen wrote: On Fri, 2008-11-28 at 10:53 +, Al Viro wrote: +static int cr_ctx_checkpoint(struct cr_ctx *ctx, pid_t pid) +{ + ctx-root_pid = pid; + + /* + * assume checkpointer is in container's root vfs + * FIXME: this works for now, but will change with real