cache: fix up cache_hold_vnode comment
This commit is contained in:
@@ -514,9 +514,8 @@ cache_assert_vnode_locked(struct vnode *vp)
|
|||||||
* 1. make them less of a target for reclamation in vnlru
|
* 1. make them less of a target for reclamation in vnlru
|
||||||
* 2. suffer smaller performance penalty in locked lookup as requeieing is avoided
|
* 2. suffer smaller performance penalty in locked lookup as requeieing is avoided
|
||||||
*
|
*
|
||||||
* Note this preferably would not be done and it's a hold over from. It will be
|
* It will be feasible to stop doing it altogether if all filesystems start
|
||||||
* feasible to eliminate altogether if all filesystems start supporting
|
* supporting lockless lookup.
|
||||||
* lockless lookup.
|
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
cache_hold_vnode(struct vnode *vp)
|
cache_hold_vnode(struct vnode *vp)
|
||||||
|
|||||||
Reference in New Issue
Block a user