patch-2.3.39 linux/fs/ext2/super.c
Next file: linux/fs/inode.c
Previous file: linux/fs/ext2/inode.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Mon Jan 10 18:15:58 2000
- Orig file:
v2.3.38/linux/fs/ext2/super.c
- Orig date:
Tue Jan 4 13:57:18 2000
diff -u --recursive --new-file v2.3.38/linux/fs/ext2/super.c linux/fs/ext2/super.c
@@ -151,6 +151,9 @@
*value++ = 0;
if (!strcmp (this_char, "bsddf"))
clear_opt (*mount_options, MINIX_DF);
+ else if (!strcmp (this_char, "nouid32")) {
+ set_opt (*mount_options, NO_UID32);
+ }
else if (!strcmp (this_char, "check")) {
if (!value || !*value)
set_opt (*mount_options, CHECK_NORMAL);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)