From: Neil Brown Date: Mon, 9 Oct 2006 01:16:56 +0000 (+1000) Subject: Make --examine report chunk size when it should X-Git-Tag: mdadm-2.5.4~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c102711fde4019fa8d4dc8710d1fd47a2417355;p=thirdparty%2Fmdadm.git Make --examine report chunk size when it should Currently it doesn't for raid6 and raid10 --- diff --git a/super0.c b/super0.c index a95490f9..9e83193b 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: