cache: tidy up the comment above cache_prehash

This commit is contained in:
Mateusz Guzik 2020-08-19 15:07:28 +00:00
parent fd8f4f3beb
commit 7c75f14f5b

View File

@ -513,7 +513,7 @@ cache_assert_vnode_locked(struct vnode *vp)
/*
* TODO: With the value stored we can do better than computing the hash based
* on the address and the choice of FNV should also be revisisted.
* on the address. The choice of FNV should also be revisited.
*/
static void
cache_prehash(struct vnode *vp)