From: Mitsuru Chinen Date: Tue, 6 Nov 2007 05:29:17 +0000 (-0800) Subject: [IPv6] SNMP: Restore Udp6InErrors incrementation X-Git-Tag: v2.6.24-rc3~179^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a0ff716c2282f4b8d89c65850a4f17399628154;p=pandora-kernel.git [IPv6] SNMP: Restore Udp6InErrors incrementation As the checksum verification is postponed till user calls recv or poll, the inrementation of Udp6InErrors counter should be also postponed. Currently, it is postponed in non-blocking operation case. However it should be postponed in all case like the IPv4 code. Signed-off-by: Mitsuru Chinen Acked-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed