patch-1.3.5 linux/fs/devices.c

Next file: linux/fs/proc/Makefile
Previous file: linux/fs/binfmt_elf.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.4/linux/fs/devices.c linux/fs/devices.c
@@ -152,7 +152,7 @@
 	if (!fops->check_media_change(dev))
 		return 0;
 
-	printk("VFS: Disk change detected on device %d/%d\n",
+	printk(KERN_DEBUG "VFS: Disk change detected on device %d/%d\n",
 					MAJOR(dev), MINOR(dev));
 	for (i=0 ; i<NR_SUPER ; i++)
 		if (super_blocks[i].s_dev == dev)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this