Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/libbb/inode_hash.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 67  void FAST_FUNC add_to_ino_dev_hashtable( Line 67  void FAST_FUNC add_to_ino_dev_hashtable(
67   ino_dev_hashtable[i] = bucket;   ino_dev_hashtable[i] = bucket;
68  }  }
69    
70  #if ENABLE_FEATURE_CLEAN_UP  #if ENABLE_DU || ENABLE_FEATURE_CLEAN_UP
71  /* Clear statbuf hash table */  /* Clear statbuf hash table */
72  void FAST_FUNC reset_ino_dev_hashtable(void)  void FAST_FUNC reset_ino_dev_hashtable(void)
73  {  {

Legend:
Removed from v.983  
changed lines
  Added in v.984