Re: [linux-pm] Re: [PATCH] Remove process freezer from suspend to RAM pathway

From: Miklos Szeredi
Date: Thu Jul 05 2007 - 09:51:18 EST


> > > Don't you think, however, that it can be modified a little to play well,
> > > for example, with the freezer?
> >
> > I could stick a couple of try_to_freeze()s into fuse, and that would
> > make suspend failure less likely. But making problems less easy to
> > reproduce is not a good thing.
>
> So, how about eliminating them?

That can't be done just within fuse, a process might be sleeping on a
VFS mutex. Do we want to hack VFS as well?

I guess I know your answer. But it ain't gonna work. Suspend code
really doesn't belong in VFS, and I'm pretty sure the maintainers of
that little piece of code would agree with me on this.

Miklos
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/