PM / Hibernate: Disable usermode helpers right before freezing tasks
authorRafael J. Wysocki <rjw@sisk.pl>
Wed, 28 Mar 2012 21:30:14 +0000 (23:30 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Wed, 28 Mar 2012 21:30:14 +0000 (23:30 +0200)
commit7b5179ac14dbad945647ac9e76bbbf14ed9e0dbe
tree39213e51f3a19f3198929456f8ab4210a906674d
parent9b78c1da60b3c62ccdd1509f0902ad19ceaf776b
PM / Hibernate: Disable usermode helpers right before freezing tasks

There is no reason to call usermodehelper_disable() before creating
memory bitmaps in hibernate() and software_resume(), so call it right
before freeze_processes(), in accordance with the other suspend and
hibernation code.  Consequently, call usermodehelper_enable() right
after the thawing of tasks rather than after freeing the memory
bitmaps.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: stable@vger.kernel.org
kernel/power/hibernate.c