diff options
author | Eric Dumazet <dada1@cosmosbay.com> | 2008-01-30 20:07:45 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-31 19:27:23 -0800 |
commit | e242297055f906e8e225fb95a8edbc88e9052634 (patch) | |
tree | d0fb2d3ba0273bd621681b8de7621ee9b73baf44 /net/ipv4/tcp_minisocks.c | |
parent | ad1984e844fb6edaa8b9984be23669f4e19168be (diff) | |
download | talos-obmc-linux-e242297055f906e8e225fb95a8edbc88e9052634.tar.gz talos-obmc-linux-e242297055f906e8e225fb95a8edbc88e9052634.zip |
[NET]: should explicitely initialize atomic_t field in struct dst_ops
All but one struct dst_ops static initializations miss explicit
initialization of entries field.
As this field is atomic_t, we should use ATOMIC_INIT(0), and not
rely on atomic_t implementation.
Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_minisocks.c')
0 files changed, 0 insertions, 0 deletions