mirror of
https://github.com/sheumann/hush.git
synced 2024-10-29 20:27:40 +00:00
missed hunk of "stop using big static buffer for inode hash"
This commit is contained in:
parent
6ef06eeed4
commit
e1e93c1e1c
@ -101,7 +101,7 @@ static long du(const char * const filename)
|
|||||||
|
|
||||||
if (statbuf.st_nlink > count_hardlinks) {
|
if (statbuf.st_nlink > count_hardlinks) {
|
||||||
/* Add files/directories with links only once */
|
/* Add files/directories with links only once */
|
||||||
if (is_in_ino_dev_hashtable(&statbuf, NULL)) {
|
if (is_in_ino_dev_hashtable(&statbuf)) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
add_to_ino_dev_hashtable(&statbuf, NULL);
|
add_to_ino_dev_hashtable(&statbuf, NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user