From: Eric Dumazet Date: Mon, 5 Mar 2012 04:50:09 +0000 (+0000) Subject: net: export netdev_stats_to_stats64 X-Git-Tag: v3.4-rc1~177^2~140 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77a1abf54f4b003ad6e59c535045b2ad89fedfeb;p=pandora-kernel.git net: export netdev_stats_to_stats64 Some drivers use internal netdev stats member to store part of their stats, yet advertize ndo_get_stats64() to implement some 64bit fields. Allow them to use netdev_stats_to_stats64() helper to make the copy of netdev stats before they compute their 64bit counters. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed