Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 2020 15:07:28 +0000 (UTC)
From:      Mateusz Guzik <mjg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r364394 - head/sys/kern
Message-ID:  <202008191507.07JF7SVh022032@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mjg
Date: Wed Aug 19 15:07:28 2020
New Revision: 364394
URL: https://svnweb.freebsd.org/changeset/base/364394

Log:
  cache: tidy up the comment above cache_prehash

Modified:
  head/sys/kern/vfs_cache.c

Modified: head/sys/kern/vfs_cache.c
==============================================================================
--- head/sys/kern/vfs_cache.c	Wed Aug 19 14:11:25 2020	(r364393)
+++ head/sys/kern/vfs_cache.c	Wed Aug 19 15:07:28 2020	(r364394)
@@ -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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008191507.07JF7SVh022032>