patch-1.3.46 linux/fs/ext2/super.c
Next file: linux/fs/ext2/truncate.c
Previous file: linux/fs/ext2/namei.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Mon Dec 11 06:56:35 1995
- Orig file:
v1.3.45/linux/fs/ext2/super.c
- Orig date:
Mon Nov 13 12:36:46 1995
diff -u --recursive --new-file v1.3.45/linux/fs/ext2/super.c linux/fs/ext2/super.c
@@ -249,6 +249,12 @@
return 0;
}
}
+ /* Silently ignore the quota options */
+ else if (!strcmp (this_char, "grpquota")
+ || !strcmp (this_char, "noquota")
+ || !strcmp (this_char, "quota")
+ || !strcmp (this_char, "usrquota"))
+ /* Don't do anything ;-) */ ;
else {
printk ("EXT2-fs: Unrecognized mount option %s\n", this_char);
return 0;
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