[patch] md.c message during quiet boot

From: Ingo Molnar
Date: Sat May 29 2004 - 05:54:23 EST



the patch below gets rid of a message that gets printed during FC2's
quiet bootup.

Ingo

--- linux/drivers/md/md.c.orig
+++ linux/drivers/md/md.c
@@ -1607,7 +1607,7 @@ static int do_md_run(mddev_t * mddev)
spin_lock(&pers_lock);
if (!pers[pnum] || !try_module_get(pers[pnum]->owner)) {
spin_unlock(&pers_lock);
- printk(KERN_ERR "md: personality %d is not loaded!\n",
+ printk(KERN_WARNING "md: personality %d is not loaded!\n",
pnum);
return -EINVAL;
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/