Page MenuHomeFreeBSD

linuxkpi: Implement rcu_replace_pointer() macro
ClosedPublic

Authored by nc on Apr 28 2021, 11:44 AM.
Tags
None
Referenced Files
F107369690: D30025.id88310.diff
Mon, Jan 13, 4:15 AM
Unknown Object (File)
Fri, Jan 3, 10:02 PM
Unknown Object (File)
Fri, Dec 27, 3:57 AM
Unknown Object (File)
Nov 17 2024, 9:42 AM
Unknown Object (File)
Nov 17 2024, 2:51 AM
Unknown Object (File)
Nov 11 2024, 11:09 PM
Unknown Object (File)
Nov 11 2024, 6:29 PM
Unknown Object (File)
Nov 11 2024, 3:37 PM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 38903
Build 35792: arc lint + arc unit

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.