Eric Dumazet ba537427d7 tcp: use ACCESS_ONCE() in tcp_update_pacing_rate()
sk_pacing_rate is read by sch_fq packet scheduler at any time,
with no synchronization, so make sure we update it in a
sensible way. ACCESS_ONCE() is how we instruct compiler
to not do stupid things, like using the memory location
as a temporary variable.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-10-10 00:08:07 -04:00
..
2013-09-23 16:52:45 -04:00
2013-09-03 22:34:47 -04:00
2013-08-14 01:13:40 +02:00
2013-10-02 16:08:24 -04:00
2013-09-13 15:09:52 +02:00