Re: [linux-pm] Is it supposed to be ok to call del_gendisk whileuserspace is frozen?

From: Alan Stern
Date: Sun May 16 2010 - 22:22:51 EST


On Mon, 17 May 2010, Nigel Cunningham wrote:

> >> I object to the patch.
> >>
> >> Tell the patch it ought to exit once thawed, by all means.
> >
> > I'm not sure what you mean. Care to explain?
>
> I mean "Set up some sort of flag that it can look at once thawed at
> resume time, and use that to tell it to exit at that point."

Doesn't the patch do exactly that? The "flag" is set by virtue of the
fact that this is part of del_gendisk -- which means the disk is being
unregistered and hence the writeback thread will exit shortly.

> >> Make the patch unfreezeable to begin with, by all means.
> >
> > That wouldn't work.
>
> Why not?

It would be nice to know exactly why. Perhaps the underlying problem
can be fixed.

> >> If you know a disk is going to be unregistered during resume,
> >
> > How do we check that, exactly?
>
> Well, if you can figure out that you need to go down this path at this
> point in the process, you must be able to apply the same logic to come
> to the same conclusion earlier in the process.

That's not true. You don't know that a device is going to be unplugged
until it actually _is_ unplugged.

Alan Stern

--
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/