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)
Mar 16 2024, 5:59 AM
Unknown Object (File)
Feb 15 2024, 1:15 AM
Unknown Object (File)
Dec 23 2023, 12:00 AM
Unknown Object (File)
Dec 20 2023, 8:27 AM
Unknown Object (File)
Nov 28 2023, 9:53 PM
Unknown Object (File)
Nov 7 2023, 7:09 PM
Unknown Object (File)
Oct 12 2023, 12:55 AM
Unknown Object (File)
Sep 30 2023, 7:10 PM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 38902
Build 35791: 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.