Re: [PATCH -mm] freezer: Remove PF_NOFREEZE from handle_initrd

2007-04-08 Thread Pavel Machek
Hi! > From: Rafael J. Wysocki <[EMAIL PROTECTED]> > > Make handle_initrd() call try_to_freeze() in a suitable place instead of > setting > PF_NOFREEZE for the current task. ACK and thanks. Pavel -- (english)

Re: [PATCH -mm] freezer: Remove PF_NOFREEZE from handle_initrd

2007-04-08 Thread Pavel Machek
Hi! From: Rafael J. Wysocki [EMAIL PROTECTED] Make handle_initrd() call try_to_freeze() in a suitable place instead of setting PF_NOFREEZE for the current task. ACK and thanks. Pavel -- (english)

Re: [PATCH -mm] freezer: Remove PF_NOFREEZE from handle_initrd

2007-04-07 Thread Nigel Cunningham
Hi. On Sat, 2007-04-07 at 18:14 +0200, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki <[EMAIL PROTECTED]> > > Make handle_initrd() call try_to_freeze() in a suitable place instead of > setting > PF_NOFREEZE for the current task. > > Signed-off-by: Rafael J. Wysocki <[EMAIL PROTECTED]> >

Re: [PATCH -mm] freezer: Remove PF_NOFREEZE from handle_initrd

2007-04-07 Thread Nigel Cunningham
Hi again. By the way, I'm stopping using [EMAIL PROTECTED]; could you please change your address book to nigel at nigel dot suspend2 dot net? Thanks! Nigel - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo

[PATCH -mm] freezer: Remove PF_NOFREEZE from handle_initrd

2007-04-07 Thread Rafael J. Wysocki
From: Rafael J. Wysocki <[EMAIL PROTECTED]> Make handle_initrd() call try_to_freeze() in a suitable place instead of setting PF_NOFREEZE for the current task. Signed-off-by: Rafael J. Wysocki <[EMAIL PROTECTED]> --- init/do_mounts_initrd.c |5 +++-- 1 file changed, 3 insertions(+), 2

[PATCH -mm] freezer: Remove PF_NOFREEZE from handle_initrd

2007-04-07 Thread Rafael J. Wysocki
From: Rafael J. Wysocki [EMAIL PROTECTED] Make handle_initrd() call try_to_freeze() in a suitable place instead of setting PF_NOFREEZE for the current task. Signed-off-by: Rafael J. Wysocki [EMAIL PROTECTED] --- init/do_mounts_initrd.c |5 +++-- 1 file changed, 3 insertions(+), 2

Re: [PATCH -mm] freezer: Remove PF_NOFREEZE from handle_initrd

2007-04-07 Thread Nigel Cunningham
Hi again. By the way, I'm stopping using [EMAIL PROTECTED]; could you please change your address book to nigel at nigel dot suspend2 dot net? Thanks! Nigel - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: [PATCH -mm] freezer: Remove PF_NOFREEZE from handle_initrd

2007-04-07 Thread Nigel Cunningham
Hi. On Sat, 2007-04-07 at 18:14 +0200, Rafael J. Wysocki wrote: From: Rafael J. Wysocki [EMAIL PROTECTED] Make handle_initrd() call try_to_freeze() in a suitable place instead of setting PF_NOFREEZE for the current task. Signed-off-by: Rafael J. Wysocki [EMAIL PROTECTED] ---