瀏覽代碼

[PATCH] md: initialise sync_blocks in raid1 resync

Otherwise it could have a random value and might BUG.  This fixes a BUG
during resync problem in raid1 introduced by the bitmap-based-intent-loggin
patches.

Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
NeilBrown 20 年之前
父節點
當前提交
289e99e8ed
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/md/raid1.c

+ 1 - 0
drivers/md/raid1.c

@@ -1230,6 +1230,7 @@ static sector_t sync_request(mddev_t *mddev, sector_t sector_nr, int *skipped, i
 	}
 	}
 
 
 	nr_sectors = 0;
 	nr_sectors = 0;
+	sync_blocks = 0;
 	do {
 	do {
 		struct page *page;
 		struct page *page;
 		int len = PAGE_SIZE;
 		int len = PAGE_SIZE;