Re: Suspend 2 merge: 50/51: Device mapper support.

From: Nigel Cunningham
Date: Fri Nov 26 2004 - 17:28:46 EST


Hi.

On Fri, 2004-11-26 at 10:58, Pavel Machek wrote:
> Hi!
>
> > This is the device mapper support plugin. Its sole purpose is to ensure
> > that the device mapper allocates enough memory to process all of the I/O
> > we want to throw at it.
>
> This needs to go through dm people....

Yes. I'll look for contact details.

> > +static struct suspend_proc_data disable_dm_support_proc_data = {
> > + .filename = "disable_device_mapper_support",
> > + .permissions = PROC_RW,
> > + .type = SUSPEND_PROC_DATA_INTEGER,
> > + .data = {
> > + .integer = {
> > + .variable = &suspend_dm_ops.disabled,
> > + .minimum = 0,
> > + .maximum = 1,
> > + }
> > + }
> > +};
>
> What is this good for? Debugging switch?

Nod. If built as modules, you can of course just rmmod.

Nigel
--
Nigel Cunningham
Pastoral Worker
Christian Reformed Church of Tuggeranong
PO Box 1004, Tuggeranong, ACT 2901

You see, at just the right time, when we were still powerless, Christ
died for the ungodly. -- Romans 5:6

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