From: Eric Dumazet Date: Tue, 22 Jun 2010 12:44:11 +0000 (+0000) Subject: loopback: use u64_stats_sync infrastructure X-Git-Tag: v2.6.36-rc1~571^2~451 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eaa0bd81f93225b6d1972b373ed00ca763052b2;p=pandora-kernel.git loopback: use u64_stats_sync infrastructure Commit 6b10de38f0ef (loopback: Implement 64bit stats on 32bit arches) introduced 64bit stats in loopback driver, using a private seqcount and private helpers. David suggested to introduce a generic infrastructure, added in (net: Introduce u64_stats_sync infrastructure) This patch reimplements loopback 64bit stats using the u64_stats_sync infrastructure. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed