From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: nigel@suspend2.net
Cc: Matthew Garrett <mjg59@srcf.ucam.org>,
Miklos Szeredi <miklos@szeredi.hu>,
LKML <linux-kernel@vger.kernel.org>, Pavel Machek <pavel@ucw.cz>,
pm list <linux-pm@lists.linux-foundation.org>,
Ingo Molnar <mingo@elte.hu>
Subject: Re: [RFC][PATCH -mm] PM: Do not sync from within the freezer during suspend to RAM
Date: Thu, 5 Jul 2007 13:28:49 +0200 [thread overview]
Message-ID: <200707051328.50845.rjw@sisk.pl> (raw)
In-Reply-To: <200707050852.15392.nigel@nigel.suspend2.net>
On Thursday, 5 July 2007 00:52, Nigel Cunningham wrote:
> Hi.
>
> On Thursday 05 July 2007 08:49:42 Pavel Machek wrote:
> > On Thu 2007-07-05 08:48:15, Nigel Cunningham wrote:
> > > Hi.
> > >
> > > On Thursday 05 July 2007 00:58:58 Rafael J. Wysocki wrote:
> > > > From: Rafael J. Wysocki <rjw@sisk.pl>
> > > >
> > > > The syncing of filesystems from within the freezer in not needed for
> suspend
> > > to
> > > > RAM. Change freeze_processes() so that it doesn't execute sys_sync()
> and
> > > > introduce the "syncing" version of it to be called from the hibernation
> code
> > > > paths.
> > > >
> > > > Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
> > > > ---
> > > > include/linux/freezer.h | 14 ++++++++++++--
> > > > kernel/power/disk.c | 2 +-
> > > > kernel/power/main.c | 6 ++++++
> > > > kernel/power/process.c | 8 +++++---
> > > > kernel/power/user.c | 2 +-
> > > > 5 files changed, 25 insertions(+), 7 deletions(-)
> > >
> > > Looks ok, except that I wonder if you want the following fragment. It
> looks to
> > > me (looking at rc6) like with this code, you'll currently call sys_sync
> twice
> > > when suspending to ram. Maybe I'm misreading it. Also, shouldn't it be
> done
> > > after taking the mutex?
> >
> > sys_sync() should be okay to call, mutex or not.
>
> Yeah. That wasn't my point, sorry. Calling sys_sync is pointless if you're
> going to fail to take the mutex. It makes more sense to know you've got it
> before you start doing things related to actually suspending.
Well, that's a valid point, I'll move it under the mutex.
And why do you think it will be called twice?
Greetings,
Rafael
--
"Premature optimization is the root of all evil." - Donald Knuth
next prev parent reply other threads:[~2007-07-05 11:28 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200707041658.59588.rjw@sisk.pl>
2007-07-04 22:48 ` [RFC][PATCH -mm] PM: Do not sync from within the freezer during suspend to RAM Nigel Cunningham
[not found] ` <200707050848.16163.nigel@nigel.suspend2.net>
2007-07-04 22:49 ` Pavel Machek
[not found] ` <20070704224942.GD2491@elf.ucw.cz>
2007-07-04 22:52 ` Nigel Cunningham
[not found] ` <200707050852.15392.nigel@nigel.suspend2.net>
2007-07-05 11:28 ` Rafael J. Wysocki [this message]
2007-07-05 11:37 ` Nigel Cunningham
[not found] ` <200707052137.58164.nigel@nigel.suspend2.net>
[not found] ` <200707052231.27780.rjw@sisk.pl>
2007-07-05 22:00 ` [RFC][PATCH -mm] PM: Do not sync filesystems from within the freezer Pavel Machek
[not found] ` <20070705220046.GC3881@elf.ucw.cz>
2007-07-06 7:02 ` Rafael J. Wysocki
[not found] ` <200707060902.55090.rjw@sisk.pl>
2007-07-06 7:07 ` Nigel Cunningham
2007-07-06 7:13 ` Miklos Szeredi
2007-07-06 7:19 ` Nigel Cunningham
[not found] ` <200707061719.36054.nigel@nigel.suspend2.net>
2007-07-06 7:36 ` Miklos Szeredi
[not found] ` <E1I6iMD-0003Gl-00@dorka.pomaz.szeredi.hu>
2007-07-07 11:48 ` possible solution for problem 2 (was Re: [RFC][PATCH -mm] PM: Do not sync filesystems from within the freezer) Pavel Machek
2007-07-06 8:59 ` [RFC][PATCH -mm] PM: Do not sync filesystems from within the freezer Benjamin Herrenschmidt
2007-07-06 9:05 ` Miklos Szeredi
[not found] ` <E1I6jlB-0003TC-00@dorka.pomaz.szeredi.hu>
2007-07-06 9:13 ` Nigel Cunningham
2007-07-06 9:31 ` Miklos Szeredi
2007-07-06 10:00 ` Rafael J. Wysocki
2007-07-04 14:58 [RFC][PATCH -mm] PM: Do not sync from within the freezer during suspend to RAM 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=200707051328.50845.rjw@sisk.pl \
--to=rjw@sisk.pl \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@lists.linux-foundation.org \
--cc=miklos@szeredi.hu \
--cc=mingo@elte.hu \
--cc=mjg59@srcf.ucam.org \
--cc=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