]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[PATCH] md: make sure bitmap updates are visible through filesystem
authorNeilBrown <neilb@suse.de>
Fri, 6 Jan 2006 08:20:45 +0000 (00:20 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:34:08 +0000 (08:34 -0800)
commitc708443c004f2310abdd7f1c353daa372b37f7a2
treeb02286101b7f8e9bcad8c30240cb5247010398b3
parent07dbd37727049c0d56e313e5afcf8db07a9c3e37
[PATCH] md: make sure bitmap updates are visible through filesystem

When we update a page_cache page in the kernel, we need to flush_dache_page or
userspace might not see the change.

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