Re: [PATCH] Autoregulated VM swappiness

From: Con Kolivas
Date: Mon May 31 2004 - 06:58:41 EST


On Mon, 31 May 2004 21:50, Aristeu Sergio Rozanski Filho wrote:
> Hi Con,
>
> + .ctl_name = VM_AUTO_SWAPPINESS,
> + .procname = "autoswappiness",
> + .data = &auto_swappiness,
> + .maxlen = sizeof(auto_swappiness),
> + .mode = 0644,
> + .proc_handler = &proc_dointvec_minmax,
> + .strategy = &sysctl_intvec,
> + .extra1 = &zero,
> + .extra2 = &one_hundred,
> + },
> shouldn't be proc_dointvec here? seems minmax isn't needed.

Err yeah sure, thanks.

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