Page MenuHomeFreeBSD

Use M_SIZE() and M_START() rather than inline implementations in uipc_mbuf.c
ClosedPublic

Authored by rwatson on Jan 6 2015, 1:50 PM.
Tags
None
Referenced Files
F170718202: D1444.id3043.diff
Sun, Sep 6, 4:57 AM
F170708192: D1444.id3043.diff
Sun, Sep 6, 3:30 AM
Unknown Object (File)
Sat, Sep 5, 2:54 PM
Unknown Object (File)
Sat, Sep 5, 7:32 AM
Unknown Object (File)
Fri, Sep 4, 5:20 AM
Unknown Object (File)
Thu, Sep 3, 5:10 PM
Unknown Object (File)
Tue, Sep 1, 11:46 PM
Unknown Object (File)
Tue, Sep 1, 11:36 PM
Subscribers
None

Details

Summary

Replace hand-crafted versions of M_SIZE() and M_START() in uipc_mbuf.c with calls to the centralised macros, reducing instances of direct use of MLEN and MHLEN.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

rwatson retitled this revision from to Use M_SIZE() and M_START() rather than inline implementations in uipc_mbuf.c.
rwatson updated this object.
rwatson edited the test plan for this revision. (Show Details)
rwatson set the repository for this revision to rS FreeBSD src repository - subversion.
rwatson added a reviewer: network.
rwatson set the repository for this revision to rS FreeBSD src repository - subversion.
bz added a reviewer: bz.
This revision is now accepted and ready to land.Jan 6 2015, 5:09 PM
rwatson updated this revision to Diff 3043.

Closed by commit rS276818 (authored by @rwatson).