Count vnodes held on the mount list simply by using the
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 29 Mar 2004 20:43:52 +0000 (20:43 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 29 Mar 2004 20:43:52 +0000 (20:43 +0000)
commiteb945a809fd327cc953b4c90c907ba1fb0628108
tree979260fa2373127a4f14e228cbeb478cc9193e09
parentd0c17a5e5894db9bb67dc6ebbc07fb4f000b3a88
Count vnodes held on the mount list simply by using the
mp->mnt_nvnodelistsize field, instead of physically looping on the
vnode list.

Suggested-by: someone, not sure. Hiten or David maybe.
sys/vfs/union/union_vfsops.c