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

From: Pavel Machek
Date: Sat Nov 27 2004 - 00:28:47 EST


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

> +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?
Pavel
--
People were complaining that M$ turns users into beta-testers...
...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl!
-
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/