From: NeilBrown Date: Wed, 22 Jun 2005 00:17:21 +0000 (-0700) Subject: [PATCH] md: enable the bitmap write-back daemon and wait for it. X-Git-Tag: v2.6.13-rc1~68^2~582^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77ad4bc706fe6c52ab953f31c287a6af712d080c;p=pandora-kernel.git [PATCH] md: enable the bitmap write-back daemon and wait for it. Currently we don't wait for updates to the bitmap to be flushed to disk properly. The infrastructure all there, but it isn't being used.... A separate kernel thread (bitmap_writeback_daemon) is needed to wait for each page as we cannot get callbacks when a page write completes. Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed