tegge 2003/03/26 10:44:54 PST
FreeBSD src repository
Modified files:
sys/vm uma_core.c
Log:
Obtain Giant before calling kmem_alloc without M_NOWAIT and before calling
kmem_free if Giant isn't already held.
Revision Changes Path
1.51 +21 -2 src/sys/vm/uma_core.c