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
F158869427: D42818.id130704.diff
Sun, Jun 7, 2:19 AM
Unknown Object (File)
Sat, May 30, 3:26 PM
Unknown Object (File)
Sat, May 30, 2:59 PM
Unknown Object (File)
Sat, May 30, 12:57 PM
Unknown Object (File)
Sat, May 30, 12:08 PM
Unknown Object (File)
Wed, May 27, 10:19 PM
Unknown Object (File)
Apr 27 2026, 9:27 AM
Unknown Object (File)
Apr 23 2026, 7:45 AM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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