patch-2.4.13 linux/include/linux/msdos_fs_sb.h
Next file: linux/include/linux/pci.h
Previous file: linux/include/linux/msdos_fs.h
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Fri Oct 12 13:48:42 2001
- Orig file:
v2.4.12/linux/include/linux/msdos_fs_sb.h
- Orig date:
Thu May 24 15:36:34 2001
diff -u --recursive --new-file v2.4.12/linux/include/linux/msdos_fs_sb.h linux/include/linux/msdos_fs_sb.h
@@ -12,6 +12,7 @@
unsigned short fs_umask;
unsigned short codepage; /* Codepage for shortname conversions */
char *iocharset; /* Charset used for filename input/display */
+ unsigned short shortname; /* flags for shortname display/create rule */
unsigned char name_check; /* r = relaxed, n = normal, s = strict */
unsigned char conversion; /* b = binary, t = text, a = auto */
unsigned quiet:1, /* set = fake successful chmods and chowns */
@@ -28,11 +29,6 @@
nocase:1; /* Does this need case conversion? 0=need case conversion*/
};
-struct vfat_unicode {
- unsigned char uni1;
- unsigned char uni2;
-};
-
struct msdos_sb_info {
unsigned short cluster_size; /* sectors/cluster */
unsigned short cluster_bits; /* sectors/cluster */
@@ -45,7 +41,6 @@
unsigned long clusters; /* number of clusters */
unsigned long root_cluster; /* first cluster of the root directory */
unsigned long fsinfo_sector; /* FAT32 fsinfo offset from start of disk */
- wait_queue_head_t fat_wait;
struct semaphore fat_lock;
int prev_free; /* previously returned free cluster number */
int free_clusters; /* -1 if undefined */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)