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

Next file: linux/include/linux/netdevice.h
Previous file: linux/include/linux/module.h
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/include/linux/msdos_fs_sb.h linux/include/linux/msdos_fs_sb.h
@@ -24,7 +24,9 @@
 		 posixfs:1,       /* Allow names like makefile and Makefile to coexist */
 		 numtail:1,       /* Does first alias have a numeric '~1' type tail? */
 		 atari:1,         /* Use Atari GEMDOS variation of MS-DOS fs */
-		 fat32:1;	  /* Is this a FAT32 partition? */
+		 fat32:1,	  /* Is this a FAT32 partition? */
+		 small_letter:1,  /* Use small letters for short name */
+		 force_long:1;	  /* Force create longname */
 };
 
 struct vfat_unicode {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)