Page MenuHomeFreeBSD

Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead
ClosedPublic

Authored by kevlo on Sep 13 2016, 1:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Feb 28, 1:27 PM
Unknown Object (File)
Jan 30 2025, 2:18 AM
Unknown Object (File)
Jan 30 2025, 12:10 AM
Unknown Object (File)
Jan 29 2025, 1:39 PM
Unknown Object (File)
Jan 29 2025, 11:57 AM
Unknown Object (File)
Jan 28 2025, 6:41 AM
Unknown Object (File)
Jan 27 2025, 9:15 AM
Unknown Object (File)
Jan 27 2025, 8:20 AM
Subscribers

Details

Summary

It doesn't make sense to keep the m_copy() macro which was added for
compatibility with 4.3BSD, should always use m_copym() instead.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

kevlo retitled this revision from to Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead.
kevlo updated this object.
kevlo edited the test plan for this revision. (Show Details)
kevlo added reviewers: glebius, gnn, jhb.

Should we also be ditching M_COPY() and/or switching it to M_COPYM() for consistency..?

kevlo edited edge metadata.

Thanks for pointing that out. Here's the revised patch that switches
M_COPY() to M_COPYM().

gnn edited edge metadata.
This revision is now accepted and ready to land.Sep 14 2016, 3:41 PM