From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
Nigel Cunningham <nigel@nigel.suspend2.net>,
Pavel Machek <pavel@ucw.cz>
Subject: [PATCH -mm 1/3] swsusp: Fix snapshot_release
Date: Sun, 22 Apr 2007 20:12:26 +0200 [thread overview]
Message-ID: <200704222012.27316.rjw@sisk.pl> (raw)
In-Reply-To: <200704222010.21999.rjw@sisk.pl>
From: Rafael J. Wysocki <rjw@sisk.pl>
Remove the leftover enable_nonboot_cpus() from snapshot_release().
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
---
kernel/power/user.c | 1 -
1 file changed, 1 deletion(-)
Index: linux-2.6.21-rc6-mm1/kernel/power/user.c
===================================================================
--- linux-2.6.21-rc6-mm1.orig/kernel/power/user.c 2007-04-22 19:55:59.000000000 +0200
+++ linux-2.6.21-rc6-mm1/kernel/power/user.c 2007-04-22 19:56:52.000000000 +0200
@@ -86,7 +86,6 @@ static int snapshot_release(struct inode
if (data->frozen) {
mutex_lock(&pm_mutex);
thaw_processes();
- enable_nonboot_cpus();
mutex_unlock(&pm_mutex);
}
atomic_inc(&snapshot_device_available);
next prev parent reply other threads:[~2007-04-22 18:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-22 18:10 [PATCH -mm 0/3] Suspend notifiers Rafael J. Wysocki
2007-04-22 18:12 ` Rafael J. Wysocki [this message]
2007-04-22 18:14 ` [PATCH -mm 2/3] swsusp: Free more memory Rafael J. Wysocki
2007-04-22 18:48 ` [PATCH -mm 3/3] PM: Introduce suspend notifiers (rev. 2) Rafael J. Wysocki
2007-04-24 10:28 ` Andrew Morton
2007-04-24 11:26 ` Rafael J. Wysocki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200704222012.27316.rjw@sisk.pl \
--to=rjw@sisk.pl \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nigel@nigel.suspend2.net \
--cc=pavel@ucw.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox