mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Remove a comment which relates to the old name cache code, which
was replaced in 1997. Approved by: phk
This commit is contained in:
parent
50cf7393cb
commit
cf4ce70bb3
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue