Page MenuHomeFreeBSD

Don't check M_EXT on mbufs returned by m_getjcl()
ClosedPublic

Authored by rwatson on Oct 12 2014, 4:54 PM.
Tags
None
Referenced Files
F114801723: D938.id1967.diff
Thu, Apr 17, 2:12 AM
Unknown Object (File)
Tue, Apr 15, 7:36 PM
Unknown Object (File)
Mon, Apr 14, 11:22 AM
Unknown Object (File)
Mon, Apr 14, 11:20 AM
Unknown Object (File)
Mon, Apr 14, 3:38 AM
Unknown Object (File)
Mon, Apr 14, 3:38 AM
Unknown Object (File)
Sat, Apr 12, 9:25 PM
Unknown Object (File)
Sat, Apr 12, 12:09 AM
Subscribers

Details

Summary

Remove unnecessary tests for m_getjcl() returning an mbuf without a cluster attached: it will either return an mbuf with a cluster, or NULL on failure.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

rwatson retitled this revision from to Don't check M_EXT on mbufs returned by m_getjcl().
rwatson updated this object.
rwatson edited the test plan for this revision. (Show Details)
rwatson added reviewers: bz, glebius.
rwatson set the repository for this revision to rS FreeBSD src repository - subversion.
bz edited edge metadata.

Looks good to me; m_getjcl() has no man page it seems ;-(

This revision is now accepted and ready to land.Oct 12 2014, 5:07 PM
glebius edited edge metadata.
rwatson updated this revision to Diff 1970.

Closed by commit rS273028 (authored by @rwatson).

It might be better to put these reviews under 'network'.