Make --examine report chunk size when it should

Currently it doesn't for raid6 and raid10
This commit is contained in:
Neil Brown 2006-10-09 11:16:56 +10:00
parent 8f21823f39
commit 2c102711fd
1 changed files with 2 additions and 0 deletions

View File

@ -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: