On Thu, 11 Sep 2025, Kaushlendra Kumar wrote:
Use WRITE_ONCE() for rclp->len decrement in rcu_cblist_dequeue() to maintain consistency with rcu_cblist_enqueue(), which already uses WRITE_ONCE() for rclp->len increment. It maintains consistent access patterns to the rclp->len field across both enqueue and dequeue operations.Signed-off-by: Kaushlendra Kumar <[email protected]>
Reviewed-by: Davidlohr Bueso <[email protected]>

