CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/07/01 13:23:51
Modified files:
sys/kern : uipc_mbuf.c
Log message:
pool setconstraints must be called immediately after pool_init, otherwise
if we allocate memory before applying constraints we get memory outside
the constraints allocated in the pool. this is bad.
ok claudio@
