]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Remove a recently added comment from kernel_sysctlbyname() that isn't
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 10 Mar 2009 17:00:28 +0000 (17:00 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 10 Mar 2009 17:00:28 +0000 (17:00 +0000)
commit72150f4cf79e097df6b85b64ad4b4ee5f4c0eb99
treead30a5e99551d51f8fd02d25a17f110072f69b89
parent5ee23799eba290f4326032b33e2d6a630e431970
- Remove a recently added comment from kernel_sysctlbyname() that isn't
  needed.
- Move the release of the sysctl sx lock after the vsunlock() in
  userland_sysctl() to restore the original memlock behavior of
  minimizing the amount of memory wired to handle sysctl requests.

MFC after: 1 week
sys/kern/kern_sysctl.c