patch-2.4.15 linux/fs/ext2/super.c
Next file: linux/fs/ext3/Makefile
Previous file: linux/fs/ext2/inode.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Mon Nov 12 09:34:16 2001
- Orig file:
v2.4.14/linux/fs/ext2/super.c
- Orig date:
Tue Oct 9 17:06:53 2001
diff -u --recursive --new-file v2.4.14/linux/fs/ext2/super.c linux/fs/ext2/super.c
@@ -640,9 +640,9 @@
if (sb->s_root) {
dput(sb->s_root);
sb->s_root = NULL;
- printk ("EXT2-fs: corrupt root inode, run e2fsck\n");
+ printk(KERN_ERR "EXT2-fs: corrupt root inode, run e2fsck\n");
} else
- printk ("EXT2-fs: get root inode failed\n");
+ printk(KERN_ERR "EXT2-fs: get root inode failed\n");
goto failed_mount2;
}
ext2_setup_super (sb, es, sb->s_flags & MS_RDONLY);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)