From: NeilBrown Date: Mon, 26 Jun 2006 07:27:37 +0000 (-0700) Subject: [PATCH] md: increase the delay before marking metadata clean, and make it configurable X-Git-Tag: v2.6.18-rc1~645 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16f17b39f385212b73278a76d482cdcaaebe6c02;p=pandora-kernel.git [PATCH] md: increase the delay before marking metadata clean, and make it configurable When a md array has been idle (no writes) for 20msecs it is marked as 'clean'. This delay turns out to be too short for some real workloads. So increase it to 200msec (the time to update the metadata should be a tiny fraction of that) and make it sysfs-configurable. Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed