patch-2.2.17 linux/fs/ext2/super.c
Next file: linux/fs/isofs/dir.c
Previous file: linux/fs/ext2/namei.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Sep 4 18:39:22 2000
- Orig file:
v2.2.16/fs/ext2/super.c
- Orig date:
Mon Sep 4 18:37:06 2000
diff -u --recursive --new-file v2.2.16/fs/ext2/super.c linux/fs/ext2/super.c
@@ -184,7 +184,7 @@
else if (!strcmp (this_char, "errors")) {
if (!value || !*value) {
printk ("EXT2-fs: the errors option requires "
- "an argument");
+ "an argument\n");
return 0;
}
if (!strcmp (value, "continue")) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)