On Thu, Apr 26, 2007 at 04:36:09PM +0400, Oleg Nesterov wrote:
> On 04/26, Gautham R Shenoy wrote:
> >
> > Other than refrigerator, no one else calls frozen_process(). So move it from
> > include/linux/freezer.h to kernel/power/process.c.
>
> Could you also remove this
>
> static inline vo
On 04/26, Gautham R Shenoy wrote:
>
> Other than refrigerator, no one else calls frozen_process(). So move it from
> include/linux/freezer.h to kernel/power/process.c.
Could you also remove this
static inline void frozen_process(struct task_struct *p) { BUG(); }
from freezer.h ?
Oleg.
Hi Andrew,
Here's the patch against 2.6.21-rc7-mm2.
-->
Other than refrigerator, no one else calls frozen_process(). So move it from
include/linux/freezer.h to kernel/power/process.c.
Also, since a task can be marked frozen by itself, we don't need to pass
the (struct task_struct *p) parameter
3 matches
Mail list logo