patch-1.3.72 linux/include/linux/msdos_fs_sb.h

Next file: linux/include/linux/nfs_fs.h
Previous file: linux/include/linux/msdos_fs.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.71/linux/include/linux/msdos_fs_sb.h linux/include/linux/msdos_fs_sb.h
@@ -25,8 +25,13 @@
 	char dotsOK;
 	char showexec; /* 1 = only set x bit for com/exe/bat */
 	char sys_immutable; /* system files are immutable */
-	int vfat; /* 0=no vfat long filename support, 1=vfat support */
 	int umsdos; /* 1 if mounted by umsdos, 0 if not */
+
+	/* vfat specific flags follow */
+	int vfat; /* 0=no vfat long filename support, 1=vfat support */
+	char unicode_xlate; /* create escape sequences for unhandled Unicode */
+	char posix; /* Allow names like makefile and Makefile to coexist */
+	char numtail; /* Does first alias have a numeric '~1' type tail? */
 };
 
 #endif

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