Attention is currently required from: laforge.
fixeria has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/libosmocore/+/43151?usp=email )
Change subject: linuxlist: drop no-op prefetch() calls ......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2:
the question is: What does this gain us - other than making it harder to iff the kernel list. […]
`prefetch()` is no longer present in the kernel's implementation either:
https://github.com/torvalds/linux/blob/master/include/linux/list.h https://github.com/torvalds/linux/commit/e66eed651fd1 (removed back in 2011)
It's a no-op that just makes those macros harder to read.
I'll update the commit message with this info.