cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf2.c
src/share/man/man9 mbuf_tags.9
Gleb Smirnoff
glebius at FreeBSD.org
Sat Oct 9 06:25:20 PDT 2004
glebius 2004-10-09 13:25:19 UTC
FreeBSD src repository
Modified files:
sys/sys mbuf.h
sys/kern uipc_mbuf2.c
share/man/man9 mbuf_tags.9
Log:
Remove inlined m_tag_free(). Rename _m_tag_free() to m_tag_free()
and make it visible (same way as in OpenBSD). Describe usage in manpage.
This change is useful for creating custom free methods, which
call default free method at their end.
While here, make malloc declaration for mbuf tags more informative.
Approved by: julian (mentor), sam
MFC after: 1 month
Revision Changes Path
1.2 +11 -7 src/share/man/man9/mbuf_tags.9
1.27 +11 -6 src/sys/kern/uipc_mbuf2.c
1.160 +1 -9 src/sys/sys/mbuf.h
More information about the cvs-src
mailing list