]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't use CTL_VFS at the wrong level. This caused loops in the sysctl
authorBruce Evans <bde@FreeBSD.org>
Wed, 9 Sep 1998 07:41:41 +0000 (07:41 +0000)
committerBruce Evans <bde@FreeBSD.org>
Wed, 9 Sep 1998 07:41:41 +0000 (07:41 +0000)
commit355a2610a7af26328e5d750d45336978b0f01a98
treec5b84fdbb7aabeb3d57be32d808134b40a12d300
parent17168bf62ee9e647525d4b9988b0022f7639d261
Don't use CTL_VFS at the wrong level.  This caused loops in the sysctl
tree if CTL_VFS happened to get assigned as a type number to a vfs that
has some vfs sysctls.
sys/kern/vfs_cache.c