### Comments for ChangeSet ----------- Diffstat output ------------ ./drivers/md/md.c | 5 +---- 1 files changed, 1 insertion(+), 4 deletions(-) --- ./drivers/md/md.c 2002/08/21 23:18:17 1.11 +++ ./drivers/md/md.c 2002/08/21 23:20:20 1.12 @@ -1394,10 +1394,7 @@ static int do_md_run(mddev_t * mddev) printk(TOO_SMALL_CHUNKSIZE, chunk_size, PAGE_SIZE); return -EINVAL; } - } else - if (chunk_size) - printk(KERN_INFO "md: RAID level %d does not need chunksize! Continuing anyway.\n", - mddev->level); + } if (pnum >= MAX_PERSONALITY) { MD_BUG(); - To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html