summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGuoqing Jiang <gqjiang@suse.com>2016-05-02 17:50:15 +0200
committerShaohua Li <shli@fb.com>2016-05-04 21:39:35 +0200
commitc84400c89f0f98ae4a73ed89886239b67d1dcd31 (patch)
treebc6b5b5563494ead2f8f10a769670259f90c860b /.gitignore
parentmd-cluster/bitmap: fix wrong page num in bitmap_file_clear_bit and bitmap_fil... (diff)
downloadlinux-c84400c89f0f98ae4a73ed89886239b67d1dcd31.tar.xz
linux-c84400c89f0f98ae4a73ed89886239b67d1dcd31.zip
md-cluster/bitmap: unplug bitmap to sync dirty pages to disk
This patch is doing two distinct but related things. 1. It adds bitmap_unplug() for the main bitmap (mddev->bitmap). As bit have been set, BITMAP_PAGE_DIRTY is set so bitmap_deamon_work() will not write those pages out in its regular scans, only bitmap_unplug() will. If there are no writes to the array, bitmap_unplug() won't be called, so we need to call it explicitly here. 2. bitmap_write_all() is a bit of a confusing interface as it doesn't actually write anything. The current code for writing "bitmap" works but this change makes it a bit clearer. Reviewed-by: NeilBrown <neilb@suse.com> Signed-off-by: Guoqing Jiang <gqjiang@suse.com> Signed-off-by: Shaohua Li <shli@fb.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions