Page MenuHomeFreeBSD

Clear external storage flags in m_extaddref().
ClosedPublic

Authored by jhb on Mar 16 2015, 4:25 PM.
Tags
None
Referenced Files
F114264281: D2080.diff
Thu, Apr 10, 1:47 AM
Unknown Object (File)
Mar 8 2025, 9:13 AM
Unknown Object (File)
Mar 8 2025, 3:12 AM
Unknown Object (File)
Mar 3 2025, 10:38 AM
Unknown Object (File)
Mar 3 2025, 9:18 AM
Unknown Object (File)
Mar 3 2025, 1:30 AM
Unknown Object (File)
Mar 3 2025, 12:42 AM
Unknown Object (File)
Feb 20 2025, 12:29 AM
Subscribers

Details

Summary

Clear an mbuf's external storage flags in m_extaddref(). They are cleared
in other places that set the external storage type (ext_type) such as
m_cljset(), m_extadd(), mb_ctor_clust(), and vn_sendfile().

Test Plan
  • I'm using this in a feature branch where I use EXT_FLAG_VENDOR1 in conjuntion with m_extaddref().

Diff Detail

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

Event Timeline

jhb retitled this revision from to Clear external storage flags in m_extaddref()..
jhb updated this object.
jhb edited the test plan for this revision. (Show Details)
jhb added reviewers: np, glebius.
np edited edge metadata.
This revision is now accepted and ready to land.Mar 17 2015, 12:50 AM
glebius edited edge metadata.
jhb updated this revision to Diff 4269.

Closed by commit rS280222 (authored by @jhb).