From 2c102711fde4019fa8d4dc8710d1fd47a2417355 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Mon, 9 Oct 2006 11:16:56 +1000 Subject: [PATCH] Make --examine report chunk size when it should Currently it doesn't for raid6 and raid10 --- super0.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/super0.c b/super0.c index a95490f..9e83193 100644 --- a/super0.c +++ b/super0.c @@ -191,6 +191,8 @@ static void examine_super0(void *sbv, char *homehost) case 0: case 4: case 5: + case 6: + case 10: printf(" Chunk Size : %dK\n", sb->chunk_size/1024); break; case -1: