patch-2.0.11 linux/fs/super.c

Next file: linux/include/asm-alpha/elf.h
Previous file: linux/fs/file_table.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.10/linux/fs/super.c linux/fs/super.c
@@ -967,6 +967,9 @@
 #ifdef CONFIG_BLK_DEV_FD
 	if (MAJOR(ROOT_DEV) == FLOPPY_MAJOR) {
 		floppy_eject();
+#ifdef CONFIG_BLK_DEV_RAM
+		printk(KERN_NOTICE "(Warning, this kernel has no ramdisk support)\n");
+#endif
 		printk(KERN_NOTICE "VFS: Insert root floppy and press ENTER\n");
 		wait_for_keypress();
 	}
@@ -1065,7 +1068,7 @@
 		umount_error = do_umount(old_root_dev,1);
 		if (umount_error) printk(KERN_ERR "error %d\n",umount_error);
 		else {
-			printk(KERN_NOTICE "okay\n");
+			printk("okay\n");
 			invalidate_buffers(old_root_dev);
 		}
 		return umount_error ? error : 0;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov