Page MenuHomeFreeBSD

linuxkpi: Implement rcu_replace_pointer() macro
ClosedPublic

Authored by nc on Apr 28 2021, 11:44 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 28, 9:01 PM
Unknown Object (File)
Thu, Nov 20, 12:22 AM
Unknown Object (File)
Wed, Nov 19, 12:53 AM
Unknown Object (File)
Tue, Nov 18, 9:44 PM
Unknown Object (File)
Mon, Nov 17, 12:00 PM
Unknown Object (File)
Nov 12 2025, 10:15 AM
Unknown Object (File)
Nov 12 2025, 7:37 AM
Unknown Object (File)
Nov 10 2025, 4:55 PM

Diff Detail

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

Event Timeline

nc requested review of this revision.Apr 28 2021, 11:44 AM
sys/compat/linuxkpi/common/include/linux/rcupdate.h
102

There is no need to use double set of ()'s here:

rcu_dereference_protected(rcu, c):
rcu_assign_pointer(rcu, ptr);

This revision is now accepted and ready to land.Apr 28 2021, 1:02 PM
This revision was automatically updated to reflect the committed changes.