Subject: Re: ACPI suspend support.
To: Jason Thorpe <thorpej@shagadelic.org>
From: Lennart Augustsson <lennart@augustsson.net>
List: tech-kern
Date: 01/26/2005 09:10:10
Jason Thorpe wrote:
> For non-hot-plug, sure. You also want to sync the file systems
> completely, as well (like, sync them to the point where if the disk were
> removed while asleep, the file system would be clean).
How do you sync a disk these days? I have noticed that when using
softdeps there can be a LOT of disk activity left after the sync
when shutting down. I'd like a way to force everything out to disk,
but I don't know how anymore.
-- Lennart