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)
Sat, Mar 7, 1:28 PM
Unknown Object (File)
Mon, Mar 2, 4:15 PM
Unknown Object (File)
Feb 8 2026, 8:17 AM
Unknown Object (File)
Feb 8 2026, 1:23 AM
Unknown Object (File)
Feb 7 2026, 4:05 PM
Unknown Object (File)
Jan 31 2026, 5:11 AM
Unknown Object (File)
Jan 5 2026, 12:41 PM
Unknown Object (File)
Dec 1 2025, 1:14 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