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
F114615798: D938.id.diff
Mon, Apr 14, 11:22 AM
F114615703: D938.diff
Mon, Apr 14, 11:20 AM
F114579918: D938.id1967.diff
Mon, Apr 14, 3:38 AM
F114579872: D938.id1970.diff
Mon, Apr 14, 3:38 AM
Unknown Object (File)
Sat, Apr 12, 9:25 PM
Unknown Object (File)
Sat, Apr 12, 12:09 AM
Unknown Object (File)
Sat, Apr 5, 1:46 PM
Unknown Object (File)
Feb 18 2025, 10:28 PM
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

Repository
rS FreeBSD src repository - subversion
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'.