ANDROID: sdcardfs: correct order of descriptors
Signed-off-by: Daniel Rosenberg <drosen@google.com> Bug: 35331000 Change-Id: Ia6d16b19c8c911f41231d2a12be0740057edfacf
This commit is contained in:
parent
72edd91358
commit
1a14972611
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ static struct kmem_cache *hashtable_entry_cachep;
|
|||
static unsigned int full_name_case_hash(const void *salt, const unsigned char *name, unsigned int len)
|
||||
{
|
||||
unsigned long hash = init_name_hash(salt);
|
||||
|
||||
while (len--)
|
||||
hash = partial_name_hash(tolower(*name++), hash);
|
||||
return end_name_hash(hash);
|
||||
|
|
Loading…
Reference in a new issue