aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bitmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/bitmap.c')
-rw-r--r--drivers/md/bitmap.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/md/bitmap.c b/drivers/md/bitmap.c
index 663e6051bbad..574b09afedd3 100644
--- a/drivers/md/bitmap.c
+++ b/drivers/md/bitmap.c
@@ -1837,9 +1837,6 @@ int bitmap_create(mddev_t *mddev)
1837 bitmap->chunks = chunks; 1837 bitmap->chunks = chunks;
1838 bitmap->pages = pages; 1838 bitmap->pages = pages;
1839 bitmap->missing_pages = pages; 1839 bitmap->missing_pages = pages;
1840 bitmap->counter_bits = COUNTER_BITS;
1841
1842 bitmap->syncchunk = ~0UL;
1843 1840
1844#ifdef INJECT_FATAL_FAULT_1 1841#ifdef INJECT_FATAL_FAULT_1
1845 bitmap->bp = NULL; 1842 bitmap->bp = NULL;