Re: [patch 1/19] writeback tunables

Martin Dalecki (dalecki@evision-ventures.com)
Mon, 17 Jun 2002 12:33:18 +0200


> + * The interval between `kupdate'-style writebacks.
> + */
> +int dirty_writeback_centisecs = 5 * 100;
> +
> +/*
> + * The largest amount of time for which data is allowed to remain dirty
> + */
> +int dirty_expire_centisecs = 30 * 100;
> +

Blind guess - didn't the 100 wan't to be HZ?!

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