From a380c027e3243a11993f2ec280a0cded2dfafa21 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 6 Aug 2008 23:53:44 -0700 Subject: [PATCH] imsm: raid5 layout is left-asymmetric Signed-off-by: Dan Williams --- super-intel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/super-intel.c b/super-intel.c index caa3881..a87af21 100644 --- a/super-intel.c +++ b/super-intel.c @@ -523,7 +523,7 @@ static int imsm_level_to_layout(int level) return 0; case 5: case 6: - return ALGORITHM_LEFT_SYMMETRIC; + return ALGORITHM_LEFT_ASYMMETRIC; case 10: return 0x102; //FIXME is this correct? }