]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
* Have m_pulldown() use the new M_WRITABLE() macro in order to determine
authorbmilekic <bmilekic@FreeBSD.org>
Sat, 11 Nov 2000 23:04:15 +0000 (23:04 +0000)
committerbmilekic <bmilekic@FreeBSD.org>
Sat, 11 Nov 2000 23:04:15 +0000 (23:04 +0000)
commit4ddcfae4cab3df192125ede9f834bfe2a6322b19
tree723ed51ac2a1c5e03e43013a4ae1656e0520be9a
parent3d05ea18329d0232b9f11453c046a6ba9a0b88fd
* Have m_pulldown() use the new M_WRITABLE() macro in order to determine
whether the given ext_buf is shared.

* Have the sf_bufs be setup with the mbuf subsystem using MEXTADD() with the
two new arguments.

Note: m_pulldown() is somewhat crotchy; the added comment explains the
situation.

Reviewed by: jlemon
sys/kern/uipc_mbuf2.c
sys/kern/uipc_syscalls.c