Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263078
b: refs/heads/master
c: 186b537
h: refs/heads/master
v: v3
  • Loading branch information
Mihai Moldovan authored and OGAWA Hirofumi committed Aug 17, 2011
1 parent 0bd475a commit 153111d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8c320c079cde0286d71368961231e426539868b4
refs/heads/master: 186b53701ca5a843b07ca44a8d954dc6043c70f4
4 changes: 2 additions & 2 deletions trunk/fs/fat/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1186,9 +1186,9 @@ static int parse_options(struct super_block *sb, char *options, int is_vfat,
out:
/* UTF-8 doesn't provide FAT semantics */
if (!strcmp(opts->iocharset, "utf8")) {
fat_msg(sb, KERN_ERR, "utf8 is not a recommended IO charset"
fat_msg(sb, KERN_WARNING, "utf8 is not a recommended IO charset"
" for FAT filesystems, filesystem will be "
"case sensitive!\n");
"case sensitive!");
}

/* If user doesn't specify allow_utime, it's initialized from dmask. */
Expand Down

0 comments on commit 153111d

Please sign in to comment.