Page MenuHomeFreeBSD

LinuxKPI: Rename linux_list_add to __list_add() in linux/list.h
ClosedPublic

Authored by wulf on Nov 28 2023, 9:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 13, 3:29 AM
Unknown Object (File)
Sat, Sep 12, 9:05 PM
Unknown Object (File)
Fri, Sep 11, 9:10 PM
Unknown Object (File)
Thu, Sep 10, 10:54 PM
Unknown Object (File)
Tue, Sep 8, 10:47 PM
Unknown Object (File)
Mon, Sep 7, 2:50 PM
Unknown Object (File)
Sun, Sep 6, 9:52 PM
Unknown Object (File)
Sun, Sep 6, 2:09 PM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 54674
Build 51563: arc lint + arc unit

Event Timeline

wulf requested review of this revision.Nov 28 2023, 9:18 PM

Should list_add calls __list_add ? Sometimes it's done like that in Linux but haven't checked here.

wulf retitled this revision from LinuxKPI: Add __list_add() to linux/list.h to LinuxKPI: Rename linux_list_add to __list_add() in linux/list.h.

rename old linux_list_add function instead of adding a new alias

Now list_add() calls __list_add() by it Linux name

This revision is now accepted and ready to land.Nov 29 2023, 11:50 AM