patch-2.4.0-test9 linux/fs/ext2/super.c
Next file: linux/fs/ext2/symlink.c
Previous file: linux/fs/ext2/namei.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Wed Sep 27 13:41:33 2000
- Orig file:
v2.4.0-test8/linux/fs/ext2/super.c
- Orig date:
Tue Sep 5 14:07:29 2000
diff -u --recursive --new-file v2.4.0-test8/linux/fs/ext2/super.c linux/fs/ext2/super.c
@@ -20,6 +20,7 @@
#include <linux/module.h>
#include <linux/string.h>
#include <linux/fs.h>
+#include <linux/ext2_fs.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/locks.h>
@@ -167,7 +168,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)