HomeFreeBSD

Eliminate use of M_EXT in IP6_EXTHDR_CHECK() by trimming a redundant

Description

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

Details

Provenance
rwatsonAuthored on
Reviewer
bz
Differential Revision
D900: Use M_WRITABLE() rather than direct M_EXT checks
Parents
rS272558: Fix typo.
Branches
Unknown
Tags
Unknown

Event Timeline