summaryrefslogtreecommitdiffstats
path: root/etc/inetd.conf
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2009-02-08 19:55:03 +0000
committerkib <kib@FreeBSD.org>2009-02-08 19:55:03 +0000
commit2d39ccdd942bb55bc8f71573ef8547fdc75623ee (patch)
treeb687e693122f41f0bf8c55bc43c0ee578070b3eb /etc/inetd.conf
parent0125db577208d7c1d73311409636303c7a0ed019 (diff)
downloadFreeBSD-src-2d39ccdd942bb55bc8f71573ef8547fdc75623ee.zip
FreeBSD-src-2d39ccdd942bb55bc8f71573ef8547fdc75623ee.tar.gz
Lock the new map in vmspace_fork(). The newly allocated map should not
be accessible outside vmspace_fork() yet, but locking it would satisfy the protocol of the vm_map_entry_link() and other functions called from vmspace_fork(). Use trylock that is supposedly cannot fail, to silence WITNESS warning of the nested acquisition of the sx lock with the same name. Suggested and reviewed by: tegge
Diffstat (limited to 'etc/inetd.conf')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud