CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/12/30 06:49:40
Modified files:
sys/kern : vfs_subr.c
Log message:
In vcount() a safe loop over vnodes was commited to 4.4BSD in 1994.
This is not necessary as the loop is restarted after vgone(). Switch
to SLIST_FOREACH without _SAFE.
OK visa@
