diff options
-rw-r--r-- | fs/fat/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fat/inode.c b/fs/fat/inode.c index 304b411cb8bc..8970d8c49bb0 100644 --- a/fs/fat/inode.c +++ b/fs/fat/inode.c | |||
@@ -966,7 +966,7 @@ static int parse_options(char *options, int is_vfat, int silent, int *debug, | |||
966 | 966 | ||
967 | opts->fs_uid = current_uid(); | 967 | opts->fs_uid = current_uid(); |
968 | opts->fs_gid = current_gid(); | 968 | opts->fs_gid = current_gid(); |
969 | opts->fs_fmask = current_umask(); | 969 | opts->fs_fmask = opts->fs_dmask = current_umask(); |
970 | opts->allow_utime = -1; | 970 | opts->allow_utime = -1; |
971 | opts->codepage = fat_default_codepage; | 971 | opts->codepage = fat_default_codepage; |
972 | opts->iocharset = fat_default_iocharset; | 972 | opts->iocharset = fat_default_iocharset; |