Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346452
b: refs/heads/master
c: c6c2037
h: refs/heads/master
v: v3
  • Loading branch information
Dave Reisner authored and Linus Torvalds committed Dec 18, 2012
1 parent c4f6b08 commit f5662bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 5b3d5aeaa333850756f41350fed2fc95912b2a4f
refs/heads/master: c6c20372bbb2f70d2757eed0a8d6860884bae11f
3 changes: 2 additions & 1 deletion trunk/fs/fat/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,8 @@ static int fat_show_options(struct seq_file *m, struct dentry *root)
if (opts->allow_utime)
seq_printf(m, ",allow_utime=%04o", opts->allow_utime);
if (sbi->nls_disk)
seq_printf(m, ",codepage=%s", sbi->nls_disk->charset);
/* strip "cp" prefix from displayed option */
seq_printf(m, ",codepage=%s", &sbi->nls_disk->charset[2]);
if (isvfat) {
if (sbi->nls_io)
seq_printf(m, ",iocharset=%s", sbi->nls_io->charset);
Expand Down

0 comments on commit f5662bb

Please sign in to comment.