]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
cgroup/rdma: Drop unnecessary READ_ONCE() on event counters
authorTao Cui <cuitao@kylinos.cn>
Sat, 16 May 2026 05:25:37 +0000 (13:25 +0800)
committerTejun Heo <tj@kernel.org>
Mon, 18 May 2026 19:24:50 +0000 (09:24 -1000)
commit0d25e3865841ea5edfedb5af42bf15cef075192e
tree33ce017c7864ae82883ef660de74de62828097dd
parent1dffd95575eb05bc7ec20ec096ce73be4c5d1ed5
cgroup/rdma: Drop unnecessary READ_ONCE() on event counters

All accesses to the event counters are serialized by rdmacg_mutex,
making the READ_ONCE() annotations unnecessary. Remove them.

Signed-off-by: Tao Cui <cuitao@kylinos.cn>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup/rdma.c