Re: [ckrm-tech] Re: [Patch 6/6] Delay accounting: Connectorinterface

From: Andrew Morton
Date: Wed Jan 04 2006 - 18:14:29 EST


Matt Helsley <matthltc@xxxxxxxxxx> wrote:
>
> > We need to move both proc_exit_connector(tsk) and
> > cnstats_exit_connector(tsk) up to before exit_mm(tsk) statement.
> > There are task statistics collected in task->mm and those stats
> > will be lost after exit_mm(tsk).
> >
> > Thanks,
> > - jay
> >
> > > exit_notify(tsk);
> > > #ifdef CONFIG_NUMA
> > > mpol_free(tsk->mempolicy);
> > >-
>
> Good point. The assignment of the task exit code will also have to move
> up before exit_mm(tsk) because the process event connector exit function
> retrieves the exit code from the task struct.

Could someone please volunteer to do the patch?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/