Am Freitag, 6. Juli 2007 schrieb Miklos Szeredi: > > > You're missing the point. I'm arguing that a sync from within the freezer > > > should guarantee that there is no data loss. > > > > Well, it should, but it doesn't ... > > > > Moreover, if FUSE implements syncing, then the sync from within the freezer > > will almost certainly deadlock. > > Rafael, think positively: by the time fuse implements sync(), the > freezer will be long gone ;) Now you are entering really dangerous territory. If you can implement a meaningfull sync method, you must have dirty pages in the page cache. That means you are in the page freeing path of the vm. Then we are in real trouble. Don't even think about it. As far as suspend/hibernate is concerned, get yourself on the new notifying chain and revert to synchronous operations when notified. Regards Oliver _______________________________________________ linux-pm mailing list linux-pm@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/linux-pm