Re: [PATCH -mm] Allow selective freezing of the system for different events

2007-04-30 Thread Gautham R Shenoy
On Sun, Apr 29, 2007 at 07:51:04PM +0200, Rafael J. Wysocki wrote: > Hi, > > Sorry for the delay. No problems! Even I was out for the weekend. > > /* > > * Tell the freezer to exempt this task from freezing > > + * for events in freeze_event_mask. > > */ > > -static inline void freezer_exem

Re: [PATCH -mm] Allow selective freezing of the system for different events

2007-04-29 Thread Rafael J. Wysocki
Hi, Sorry for the delay. On Saturday, 28 April 2007 03:34, Gautham R Shenoy wrote: > This patch > * Provides an interface to selectively freeze the system for different events. > * Allows tasks to exempt themselves or other tasks from specific freeze > events. > * Allow nesting of freezer calls

Re: [PATCH -mm] Allow selective freezing of the system for different events

2007-04-28 Thread Gautham R Shenoy
On Fri, Apr 27, 2007 at 11:22:22PM -0700, Andrew Morton wrote: > On Sat, 28 Apr 2007 07:04:46 +0530 Gautham R Shenoy <[EMAIL PROTECTED]> wrote: > > > This patch > > * Provides an interface to selectively freeze the system for different > > events. > > * Allows tasks to exempt themselves or other

Re: [PATCH -mm] Allow selective freezing of the system for different events

2007-04-27 Thread Andrew Morton
On Sat, 28 Apr 2007 07:04:46 +0530 Gautham R Shenoy <[EMAIL PROTECTED]> wrote: > This patch > * Provides an interface to selectively freeze the system for different events. > * Allows tasks to exempt themselves or other tasks from specific freeze > events. > * Allow nesting of freezer calls. For

[PATCH -mm] Allow selective freezing of the system for different events

2007-04-27 Thread Gautham R Shenoy
This patch * Provides an interface to selectively freeze the system for different events. * Allows tasks to exempt themselves or other tasks from specific freeze events. * Allow nesting of freezer calls. For eg: freeze_processes(EVENT_A); /* Do something with respect to event A *