du: fix "du /dir /dir" case
reset_ino_dev_hashtable - 84 +84 du 388 376 -12 du_main 327 301 -26 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 0/2 up/down: 84/-38) Total: 46 bytes
This commit is contained in:
@ -67,7 +67,7 @@ void FAST_FUNC add_to_ino_dev_hashtable(const struct stat *statbuf, const char *
|
||||
ino_dev_hashtable[i] = bucket;
|
||||
}
|
||||
|
||||
#if ENABLE_FEATURE_CLEAN_UP
|
||||
#if ENABLE_DU || ENABLE_FEATURE_CLEAN_UP
|
||||
/* Clear statbuf hash table */
|
||||
void FAST_FUNC reset_ino_dev_hashtable(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user