Left comment note for required functionality

This commit is contained in:
Nathan Fisher 2023-08-17 23:28:25 -04:00
parent fcdcd40e95
commit 4149c4275f

View file

@ -111,5 +111,7 @@ char* haggis_linkmap_get_or_add(haggis_linkmap *map, ino_t inode, char * path) {
pthread_mutex_unlock(map->mutex);
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;
}