[#]
http://marc.info/?l=openbsd-cvs&m=140849287132423&w=2
openbsd-cvs(obsdave,2) — All
2014-08-20 04:55:10
Module name: src
Changes by: dlg@cvs.openbsd.org 2014/08/19 18:00:46
Modified files:
sys/kern : subr_pool.c
Log message:
bring back r1.130:
add an explicit rwlock around the global state (the pool list and serial
number) rather than rely on implicit process exclusion, splhigh and splvm.
the only things touching the global state come from process context so we
can get away with an rwlock instead of a mutex. thankfully.
ok matthew@