[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20171009190321.GB7784@leverpostej>
Date: Mon, 9 Oct 2017 20:03:22 +0100
From: Mark Rutland <mark.rutland@....com>
To: linux-kernel@...r.kernel.org
Cc: "David S. Miller" <davem@...emloft.net>
Subject: Re: [PATCH 08/13] net/ipv4/tcp_input.c: kill off ACCESS_ONCE()
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
Powered by blists - more mailing lists