git: staged mbuf(9): Improve m_copyback2() to support mbuf clusters

Aaron LI aly at crater.dragonflybsd.org
Fri Dec 22 00:31:27 PST 2023


commit 257f89ebf2d565fc0ffa7dd3b44cb635b2448b1d
Author: Aaron LI <aly at aaronly.me>
Date:   Fri Dec 22 13:45:20 2023 +0800

    mbuf(9): Improve m_copyback2() to support mbuf clusters
    
    Update to use m_getl() to allocate mbuf clusters whenever necessary.
    
    Referred to OpenBSD.

Summary of changes:
 share/man/man9/mbuf.9 |  4 ++--
 sys/kern/uipc_mbuf.c  | 11 ++++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/257f89ebf2d565fc0ffa7dd3b44cb635b2448b1d


-- 
DragonFly BSD source repository


More information about the Commits mailing list