Changeset 1914 for trunk/src/kmk/dir.c


Ignore:
Timestamp:
Oct 22, 2008, 11:25:49 PM (17 years ago)
Author:
bird
Message:

strcache2: strcache2_get_ptr_hash -> strcache2_calc_ptr_hash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/dir.c

    r1913 r1914  
    264264  ISTRING_HASH_1 (key->path_key, hash);
    265265# else  /* CONFIG_WITH_STRCACHE2 */
    266   hash = strcache2_get_ptr_hash (&file_strcache, key->path_key);
     266  hash = strcache2_calc_ptr_hash (&file_strcache, key->path_key);
    267267# endif /* CONFIG_WITH_STRCACHE2 */
    268268  hash ^= ((unsigned int) key->dev << 4) ^ (unsigned int) key->ctime;
Note: See TracChangeset for help on using the changeset viewer.