Re: [Vserver] [RFC][PATCH 8/9] proc interface to tsk->container_id

2005-10-25 Thread Dave Hansen
On Mon, 2005-10-24 at 22:27 +0200, Herbert Poetzl wrote: > On Mon, Oct 24, 2005 at 06:21:30PM +0200, Dave Hansen wrote: > > > > We allow setting this for now, but it's mostly just for debugging > > at this point. > > > > --- > > > > linux-2.6.14-rc5-dave/fs/proc/base.c| 56 > > ++

Re: [Vserver] [RFC][PATCH 8/9] proc interface to tsk->container_id

2005-10-24 Thread Herbert Poetzl
On Mon, Oct 24, 2005 at 06:21:30PM +0200, Dave Hansen wrote: > > We allow setting this for now, but it's mostly just for debugging > at this point. > > --- > > linux-2.6.14-rc5-dave/fs/proc/base.c| 56 > > linux-2.6.14-rc5-dave/include/linux/sched.h |

[Vserver] [RFC][PATCH 8/9] proc interface to tsk->container_id

2005-10-24 Thread Dave Hansen
We allow setting this for now, but it's mostly just for debugging at this point. --- linux-2.6.14-rc5-dave/fs/proc/base.c| 56 linux-2.6.14-rc5-dave/include/linux/sched.h |1 2 files changed, 57 insertions(+) diff -puN fs/proc/base.c~C3-proc-interfac