]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fold the vslock() and vsunlock() calls in this file with #if 0's; they will
authorbms <bms@FreeBSD.org>
Sun, 5 Oct 2003 08:38:22 +0000 (08:38 +0000)
committerbms <bms@FreeBSD.org>
Sun, 5 Oct 2003 08:38:22 +0000 (08:38 +0000)
commitb463ed3eb22cdded0d5695cc54c4c1f461504642
tree28189c5b07fa6ecb715b30d6aa41d1a2f3249942
parentb069000f10383c4d27bced3373a5658e884a75b9
Fold the vslock() and vsunlock() calls in this file with #if 0's; they will
go away in due course. Involuntary pre-emption means that we can't count
on wiring of pages alone for consistency when performing a SYSCTL_OUT()
bigger than PAGE_SIZE.

Discussed with: pete, phk
sys/kern/kern_sysctl.c