Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a552f0af authored by Linus Torvalds's avatar Linus Torvalds
Browse files
parents e6423407 3e107603
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -966,7 +966,7 @@ static int parse_options(char *options, int is_vfat, int silent, int *debug,

	opts->fs_uid = current_uid();
	opts->fs_gid = current_gid();
	opts->fs_fmask = current_umask();
	opts->fs_fmask = opts->fs_dmask = current_umask();
	opts->allow_utime = -1;
	opts->codepage = fat_default_codepage;
	opts->iocharset = fat_default_iocharset;