Page MenuHomeFreeBSD

linuxkpi: Implement rcu_replace_pointer() macro
ClosedPublic

Authored by nc on Apr 28 2021, 11:44 AM.
Tags
None
Referenced Files
F151988988: D30025.id88310.diff
Sat, Apr 11, 11:20 PM
Unknown Object (File)
Thu, Apr 9, 7:41 PM
Unknown Object (File)
Thu, Apr 9, 2:21 PM
Unknown Object (File)
Thu, Apr 9, 3:19 AM
Unknown Object (File)
Sun, Apr 5, 4:15 AM
Unknown Object (File)
Sat, Apr 4, 6:56 AM
Unknown Object (File)
Sat, Apr 4, 2:08 AM
Unknown Object (File)
Fri, Apr 3, 4:15 AM

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.