Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16289
b: refs/heads/master
c: bd6a59b
h: refs/heads/master
i:
  16287: 97a6b7e
v: v3
  • Loading branch information
Joshua Kwan authored and Linus Torvalds committed Jan 6, 2006
1 parent c304b80 commit 441c921
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 9f155b9802bb7049cd0f216c3fe903b58620df11
refs/heads/master: bd6a59b22fd3bd044bb14978b885bcd042a10e8e
2 changes: 1 addition & 1 deletion trunk/fs/hfsplus/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ static int hfsplus_fill_super(struct super_block *sb, void *data, int silent)
/* temporarily use utf8 to correctly find the hidden dir below */
nls = sbi->nls;
sbi->nls = load_nls("utf8");
if (!nls) {
if (!sbi->nls) {
printk("HFS+: unable to load nls for utf8\n");
err = -EINVAL;
goto cleanup;
Expand Down

0 comments on commit 441c921

Please sign in to comment.