diff options
| author | Andries E. Brouwer <andries.brouwer@cwi.nl> | 2002-12-01 04:22:13 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-12-01 04:22:13 -0800 |
| commit | 8d81094b01532c758cc166325997cd3c36a3dbd8 (patch) | |
| tree | 12d0c76cd36cf8fd51ba5fda5298f1868bf6a175 /include/linux/msdos_fs_sb.h | |
| parent | bcbcf54d5b7c3c5f2fea4ef48308508560de7229 (diff) | |
[PATCH] fix wrong permissions for vfat directories
This fixes the umask/fmask/dmask confusion in vfat.
Diffstat (limited to 'include/linux/msdos_fs_sb.h')
| -rw-r--r-- | include/linux/msdos_fs_sb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/msdos_fs_sb.h b/include/linux/msdos_fs_sb.h index 3b84157867e9..317a02cd7c88 100644 --- a/include/linux/msdos_fs_sb.h +++ b/include/linux/msdos_fs_sb.h @@ -8,7 +8,7 @@ struct fat_mount_options { uid_t fs_uid; gid_t fs_gid; - unsigned short fs_umask; + unsigned short fs_fmask; unsigned short fs_dmask; unsigned short codepage; /* Codepage for shortname conversions */ char *iocharset; /* Charset used for filename input/display */ |
