This should fix the symptom...
--- linux/fs/block_dev.c.orig Tue Jun 4 06:03:44 2002
+++ linux/fs/block_dev.c Tue Jun 4 06:03:44 2002
@@ -582,8 +582,11 @@
if (!bdops->check_media_change(dev))
return 0;
+ #if 0
+ /* Polling buggy CD-ROM drives can fill the logs. Make it shutup. */
printk(KERN_DEBUG "VFS: Disk change detected on device %s\n",
bdevname(dev));
+ #endif
sb = get_super(dev);
if (sb && invalidate_inodes(sb))
-Erik
-- Erik B. Andersen http://codepoet-consulting.com/ --This message was written using 73% post-consumer electrons-- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/