Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84753
b: refs/heads/master
c: 8aa84ab
h: refs/heads/master
i:
  84751: b1ccacc
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Feb 8, 2008
1 parent 870cbff commit 843062e
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: 800fdfb90ab4a172a46e45b7cc5e1670a54f44bc
refs/heads/master: 8aa84ab99b1e47973f0b82258f0eab945d0b114d
3 changes: 2 additions & 1 deletion trunk/fs/hfsplus/unicode.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ int hfsplus_hash_dentry(struct dentry *dentry, struct qstr *str)
struct super_block *sb = dentry->d_sb;
const char *astr;
const u16 *dstr;
int casefold, decompose, size, dsize, len;
int casefold, decompose, size, len;
unsigned long hash;
wchar_t c;
u16 c2;
Expand All @@ -336,6 +336,7 @@ int hfsplus_hash_dentry(struct dentry *dentry, struct qstr *str)
astr = str->name;
len = str->len;
while (len > 0) {
int uninitialized_var(dsize);
size = asc2unichar(sb, astr, len, &c);
astr += size;
len -= size;
Expand Down

0 comments on commit 843062e

Please sign in to comment.