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)
Tue, Sep 22, 8:05 PM
Unknown Object (File)
Sat, Sep 19, 2:46 AM
Unknown Object (File)
Mon, Sep 14, 9:26 AM
Unknown Object (File)
Fri, Sep 11, 11:58 PM
Unknown Object (File)
Tue, Sep 1, 1:29 AM
Unknown Object (File)
Aug 16 2026, 7:39 PM
Unknown Object (File)
Aug 15 2026, 7:46 PM
Unknown Object (File)
Aug 13 2026, 7:33 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.