summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_cache.c
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2002-04-07 08:58:31 +0000
committerdwmalone <dwmalone@FreeBSD.org>2002-04-07 08:58:31 +0000
commitd7ca365130aaf8b302bfc67e62a7504ec1dfb3ef (patch)
tree1dc237a46fd40b48b92ccc7be98ec0075c9100ac /sys/kern/vfs_cache.c
parent09a50a4aaea92ccce93e637d202f81754764d8fa (diff)
downloadFreeBSD-src-d7ca365130aaf8b302bfc67e62a7504ec1dfb3ef.zip
FreeBSD-src-d7ca365130aaf8b302bfc67e62a7504ec1dfb3ef.tar.gz
Remove a comment which relates to the old name cache code, which
was replaced in 1997. Approved by: phk
Diffstat (limited to 'sys/kern/vfs_cache.c')
-rw-r--r--sys/kern/vfs_cache.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/kern/vfs_cache.c b/sys/kern/vfs_cache.c
index 38717e6..6fd537f 100644
--- a/sys/kern/vfs_cache.c
+++ b/sys/kern/vfs_cache.c
@@ -279,10 +279,6 @@ cache_leaf_test(struct vnode *vp)
/*
* Lookup an entry in the cache
*
- * We don't do this if the segment name is long, simply so the cache
- * can avoid holding long names (which would either waste space, or
- * add greatly to the complexity).
- *
* Lookup is called with dvp pointing to the directory to search,
* cnp pointing to the name of the entry being sought. If the lookup
* succeeds, the vnode is returned in *vpp, and a status of -1 is
OpenPOWER on IntegriCloud