]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Eliminate use of M_EXT in IP6_EXTHDR_CHECK() by trimming a redundant
authorrwatson <rwatson@FreeBSD.org>
Sun, 5 Oct 2014 06:28:53 +0000 (06:28 +0000)
committerrwatson <rwatson@FreeBSD.org>
Sun, 5 Oct 2014 06:28:53 +0000 (06:28 +0000)
commitb363d98dc73ace9be2f52ad024a303ea022c7223
tree4751b518e8e298e905b0675dbd37bad6ea180a79
parent9559dd4545bbe515a9ddf354df4e8dc93b464c4a
Eliminate use of M_EXT in IP6_EXTHDR_CHECK() by trimming a redundant
'if'/'else' case: it matches the simple 'else' case that follows.

This reduces awareness of external-storage mechanics outside of the
mbuf allocator.

Reviewed by: bz
MFC after: 3 days
Sponsored by: EMC / Isilon Storage Division
Differential Revision: https://reviews.freebsd.org/D900
sys/netinet/ip6.h