aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/md.c')
-rw-r--r--drivers/md/md.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c
index 80f039ec3ac2..90147370bfd7 100644
--- a/drivers/md/md.c
+++ b/drivers/md/md.c
@@ -2604,15 +2604,6 @@ static void analyze_sbs(mddev_t * mddev)
2604 clear_bit(In_sync, &rdev->flags); 2604 clear_bit(In_sync, &rdev->flags);
2605 } 2605 }
2606 } 2606 }
2607
2608
2609
2610 if (mddev->recovery_cp != MaxSector &&
2611 mddev->level >= 1)
2612 printk(KERN_ERR "md: %s: raid array is not clean"
2613 " -- starting background reconstruction\n",
2614 mdname(mddev));
2615
2616} 2607}
2617 2608
2618static void md_safemode_timeout(unsigned long data); 2609static void md_safemode_timeout(unsigned long data);