From: Eric Dumazet Date: Tue, 17 Jan 2012 12:45:36 +0000 (+0000) Subject: ipv6: fix per device IP snmp counters X-Git-Tag: v3.3-rc1~17^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=766e9f1be128bcdc15aa7d07084d0d51e873b5ed;p=pandora-kernel.git ipv6: fix per device IP snmp counters In commit 4ce3c183fca (snmp: 64bit ipstats_mib for all arches), I forgot to change the /proc/net/dev_snmp6/xxx output for IP counters. percpu array is 64bit per counter but the folding still used the 'long' variant, and output garbage on 32bit arches. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed