Left comment note for required functionality
This commit is contained in:
parent
fcdcd40e95
commit
4149c4275f
1 changed files with 2 additions and 0 deletions
|
@ -111,5 +111,7 @@ char* haggis_linkmap_get_or_add(haggis_linkmap *map, ino_t inode, char * path) {
|
||||||
pthread_mutex_unlock(map->mutex);
|
pthread_mutex_unlock(map->mutex);
|
||||||
return target;
|
return target;
|
||||||
}
|
}
|
||||||
|
// todo: if buckets[idx] has a different value stored, loop until we find an
|
||||||
|
// empty slot or a slot with the correct value (whichever is first)
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue