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)
Mon, Sep 21, 1:33 AM
Unknown Object (File)
Sun, Sep 20, 8:36 PM
Unknown Object (File)
Thu, Sep 17, 12:02 PM
Unknown Object (File)
Fri, Sep 11, 11:15 PM
Unknown Object (File)
Tue, Sep 8, 6:13 AM
Unknown Object (File)
Aug 19 2026, 3:48 PM
Unknown Object (File)
Aug 18 2026, 6:59 AM
Unknown Object (File)
Aug 17 2026, 4:36 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