From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: Pavel Machek <pavel@ucw.cz>
Cc: Nathan Scott <nathans@sgi.com>,
kernel list <linux-kernel@vger.kernel.org>,
xfs@oss.sgi.com
Subject: Re: XFS vs. swsusp
Date: Tue, 1 Aug 2006 01:23:37 +0200 [thread overview]
Message-ID: <200608010123.37466.rjw@sisk.pl> (raw)
In-Reply-To: <20060731225308.GA4000@elf.ucw.cz>
Hi,
On Tuesday 01 August 2006 00:53, Pavel Machek wrote:
> > > Rafael has patches to add bdev freezing to swsusp. I'd like to know if
> > > they are neccessary (and why).
> > >
> > > 1) Is sync() enough to guarantee that all the data written before sync
> > > actually reach the platters?
> > >
> > > (Or is it that data only reach the journal? OTOH that would be okay, too).
> >
> > It ensures file data reaches its final resting place, and that
> > metadata changes have been logged. It does not necessarily
> ....
>
> Okay, good, being safely in the journal is okay.
>
> > > 2) If we stop all the user proceses and all the kernel threads, is
> > > that enough to prevent XFS from writing to disk?
> >
> > Yes, I believe so (if all user processes and kernel threads are
> > stopped, who else would be left to initiate I/O?). There is a
>
> Well, we were afraid that you'd do it from timer interrupt or
> something like that.
>
> > timer driven wakeup done on the per-fs xfssyncd kernel threads,
> > which do background metadata writeout and will write to the log
> > periodically... but if those processes are all stopped too, you
> > should be OK.
>
> Timer only wakes up xfssyncd thread, right? That's okay, as that
> thread will be stopped.
But we call sync() before kernel threads are frozen. What happens if xfssyncd
gets woken up by the timer after the sync() and before we freeze it?
Rafael
parent reply other threads:[~2006-08-01 2:08 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20060731225308.GA4000@elf.ucw.cz>]
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=200608010123.37466.rjw@sisk.pl \
--to=rjw@sisk.pl \
--cc=linux-kernel@vger.kernel.org \
--cc=nathans@sgi.com \
--cc=pavel@ucw.cz \
--cc=xfs@oss.sgi.com \
/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