patch-2.4.0-test3 linux/fs/ext2/super.c
Next file: linux/fs/fat/fatfs_syms.c
Previous file: linux/fs/ext2/inode.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Wed Jul 5 16:49:28 2000
- Orig file:
v2.4.0-test2/linux/fs/ext2/super.c
- Orig date:
Tue Apr 11 15:09:21 2000
diff -u --recursive --new-file v2.4.0-test2/linux/fs/ext2/super.c linux/fs/ext2/super.c
@@ -205,7 +205,7 @@
else if (!strcmp (this_char, "resgid")) {
if (!value || !*value) {
printk ("EXT2-fs: the resgid option requires "
- "an argument");
+ "an argument\n");
return 0;
}
*resgid = simple_strtoul (value, &value, 0);
@@ -593,7 +593,6 @@
/*
* set up enough so that it can read an inode
*/
- sb->s_dev = dev;
sb->s_op = &ext2_sops;
sb->s_root = d_alloc_root(iget(sb, EXT2_ROOT_INO));
if (!sb->s_root) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)