Re: [PATCH 08/13] net/ipv4/tcp_input.c: kill off ACCESS_ONCE()

From: Mark Rutland
Date: Mon Oct 09 2017 - 15:05:00 EST


On Mon, Oct 09, 2017 at 07:28:45PM +0100, Mark Rutland wrote:

> - ACCESS_ONCE(sk->sk_pacing_rate) = min_t(u64, rate,
> - sk->sk_max_pacing_rate);
> + WRITE_ONCE(sk->sk_pacing_rate) = min_t(u64, rate,
> + sk->sk_max_pacing_rate);

Sorry, I messed this up when attempting to fix the horizontal alignment
of the min_t() parameters.

I've pushed out a corrected version to my core/access-once branch [1].

Thanks,
Mark.

[1] git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux.git core/access-once