patch-1.3.41 linux/fs/ext2/super.c
Next file: linux/fs/msdos/inode.c
Previous file: linux/drivers/scsi/sd.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Mon Nov 13 08:24:02 1995
- Orig file:
v1.3.40/linux/fs/ext2/super.c
- Orig date:
Thu Nov 9 11:23:51 1995
diff -u --recursive --new-file v1.3.40/linux/fs/ext2/super.c linux/fs/ext2/super.c
@@ -157,9 +157,9 @@
clear_opt (*mount_options, CHECK_NORMAL);
clear_opt (*mount_options, CHECK_STRICT);
}
- else if (strcmp (value, "normal"))
+ else if (!strcmp (value, "normal"))
set_opt (*mount_options, CHECK_NORMAL);
- else if (strcmp (value, "strict")) {
+ else if (!strcmp (value, "strict")) {
set_opt (*mount_options, CHECK_NORMAL);
set_opt (*mount_options, CHECK_STRICT);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this