Skip to content

Commit

Permalink
EXFAT: set casesensitive to 0. this is win partition. fix win chkdisk.
Browse files Browse the repository at this point in the history
  • Loading branch information
dorimanx committed Nov 10, 2015
1 parent 0ead004 commit 593e1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exfat_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -2197,7 +2197,7 @@ static int parse_options(char *options, int silent, int *debug,
opts->allow_utime = (unsigned short) -1;
opts->codepage = exfat_default_codepage;
opts->iocharset = exfat_default_iocharset;
opts->casesensitive = 1;
opts->casesensitive = 0;
opts->errors = EXFAT_ERRORS_RO;
#ifdef CONFIG_EXFAT_DISCARD
opts->discard = 0;
Expand Down

0 comments on commit 593e1ce

Please sign in to comment.