From: Eric Dumazet Date: Thu, 31 Jan 2008 04:07:45 +0000 (-0800) Subject: [NET]: should explicitely initialize atomic_t field in struct dst_ops X-Git-Tag: v2.6.25-rc1~1089^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e242297055f906e8e225fb95a8edbc88e9052634;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed