[PATCH 6/6] md/raid5: Kill outdated comment.
From: Andre Noll <hidden>
Date: 2009-05-25 09:27:37
Subsystem:
software raid (multiple disks) support, the rest · Maintainers:
Song Liu, Yu Kuai, Linus Torvalds
From: Andre Noll <hidden>
Date: 2009-05-25 09:27:37
Subsystem:
software raid (multiple disks) support, the rest · Maintainers:
Song Liu, Yu Kuai, Linus Torvalds
Raid5 has learned to take over also raid4 and raid6 arrays. --- drivers/md/raid5.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/md/raid5.c b/drivers/md/raid5.c
index 772593d..9ec505b 100644
--- a/drivers/md/raid5.c
+++ b/drivers/md/raid5.c@@ -5231,8 +5231,6 @@ static void *raid5_takeover(mddev_t *mddev) * raid1 - if there are two drives. We need to know the chunk size * raid4 - trivial - just use a raid4 layout. * raid6 - Providing it is a *_6 layout - * - * For now, just do raid1 */ if (mddev->level == 1)
--
1.5.4.3