diff options
author | Breno Leitao <leitao@debian.org> | 2024-04-12 08:19:26 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-04-15 11:32:13 +0100 |
commit | 05d604a57773a499b158e5fe84108301228392ec (patch) | |
tree | 6728c6644058c26e20ab600ffba115ddde694da3 /fs/kernfs/inode.c | |
parent | 8622f90a371b65a8e454ca3d1fe95aeed1bf1da4 (diff) |
net: ip6_gre: Remove generic .ndo_get_stats64
Commit 3e2f544dd8a33 ("net: get stats64 if device if driver is
configured") moved the callback to dev_get_tstats64() to net core, so,
unless the driver is doing some custom stats collection, it does not
need to set .ndo_get_stats64.
Since this driver is now relying in NETDEV_PCPU_STAT_TSTATS, then, it
doesn't need to set the dev_get_tstats64() generic .ndo_get_stats64
function pointer.
Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: David Ahern <dsahern@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/kernfs/inode.c')
0 files changed, 0 insertions, 0 deletions