[PATCH] md/bitmap: remove bitmap writeback daemon
authorNeilBrown <neilb@suse.de>
Mon, 26 Jun 2006 07:27:44 +0000 (00:27 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 16:58:38 +0000 (09:58 -0700)
commit0b79ccf0cdd9f59e5f99017e1a5d23da336544b2
tree8688d9810fcba1e24abce726eaf35ff32f6b58d9
parentd7375ab324971e7acbea9f02a0269ae7348f4147
[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 <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/md/bitmap.c
include/linux/raid/bitmap.h