]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Replace hand-crafted versions of M_SIZE() and M_START() in uipc_mbuf.c
authorrwatson <rwatson@FreeBSD.org>
Thu, 8 Jan 2015 11:16:21 +0000 (11:16 +0000)
committerrwatson <rwatson@FreeBSD.org>
Thu, 8 Jan 2015 11:16:21 +0000 (11:16 +0000)
commita546fbcd7c1bd8e234421e5dab204a568bdcf722
tree091367ba6d90a39eb357207cc1fb7ac16fa6f447
parent301c350b1177144436cf682d880da72f519f57c1
Replace hand-crafted versions of M_SIZE() and M_START() in uipc_mbuf.c
with calls to the centralised macros, reducing direct use of MLEN and
MHLEN.

Differential Revision: https://reviews.freebsd.org/D1444
Reviewed by: bz
Sponsored by: EMC / Isilon Storage Division
sys/kern/uipc_mbuf.c