cvs commit: src/sys/kern uipc_mbuf.c uipc_mbuf2.c src/sys/sys
mbuf.h
Bosko Milekic
bmilekic at FreeBSD.org
Wed Jul 21 01:02:01 PDT 2004
Please back out at least a portion of these changes.
The checks don't belong in the m_get() and friends allocation code
as they are already done in UMA.
-Bosko
* Alfred Perlstein <alfred at FreeBSD.org> [040721 00:12] wrote:
> alfred 2004-07-21 07:12:24 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/kern uipc_mbuf.c uipc_mbuf2.c
> sys/sys mbuf.h
> Log:
> Make sure we don't call mbuf allocation functions with mutexes held.
>
> Discussed with: rwatson
>
> Revision Changes Path
> 1.134 +8 -0 src/sys/kern/uipc_mbuf.c
> 1.26 +4 -0 src/sys/kern/uipc_mbuf2.c
> 1.153 +16 -0 src/sys/sys/mbuf.h
More information about the cvs-src
mailing list