From: NeilBrown Date: Mon, 26 Jun 2006 07:27:44 +0000 (-0700) Subject: [PATCH] md/bitmap: remove bitmap writeback daemon X-Git-Tag: v2.6.18-rc1~636 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b79ccf0cdd9f59e5f99017e1a5d23da336544b2;p=pandora-kernel.git [PATCH] md/bitmap: remove bitmap writeback daemon md/bitmap currently has a separate thread to wait for writes to the bitmap file to complete (as we cannot get a callback on that action). However this isn't needed as bitmap_unplug is called from process context and waits for the writeback thread to do it's work. The same result can be achieved by doing the waiting directly in bitmap_unplug. Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed