From: NeilBrown Date: Wed, 22 Jun 2005 00:17:16 +0000 (-0700) Subject: [PATCH] md: call bitmap_daemon_work regularly X-Git-Tag: v2.6.13-rc1~68^2~582^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f40402d96cb21df912e5bbb3fffa5e1afc81e98;p=pandora-kernel.git [PATCH] md: call bitmap_daemon_work regularly bitmap_daemon_work clears bits in the bitmap for blocks that haven't been written to for a while. It needs to be called regularly to make sure the bitmap doesn't endup full of ones .... but it wasn't. So call it from the increasingly-inaptly-named md_check_recovery Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed