aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorLi RongQing <lirongqing@baidu.com>2018-10-07 09:56:15 +0800
committerSteffen Klassert <steffen.klassert@secunet.com>2018-10-08 08:15:55 +0200
commitb7138fddd6893a455cc82249f3d12ae651023543 (patch)
tree3ef1ba16cd2e3acccf65c411b05a8b378d74cc5b /net
parentnet: vhost: remove bad code line (diff)
downloadlinux-dev-b7138fddd6893a455cc82249f3d12ae651023543.tar.xz
linux-dev-b7138fddd6893a455cc82249f3d12ae651023543.zip
xfrm: remove unnecessary check in xfrmi_get_stats64
if tstats of a device is not allocated, this device is not registered correctly and can not be used. Signed-off-by: Li RongQing <lirongqing@baidu.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'net')
-rw-r--r--net/xfrm/xfrm_interface.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/xfrm/xfrm_interface.c b/net/xfrm/xfrm_interface.c
index dc5b20bf29cf..abafd49cc65d 100644
--- a/net/xfrm/xfrm_interface.c
+++ b/net/xfrm/xfrm_interface.c
@@ -561,9 +561,6 @@ static void xfrmi_get_stats64(struct net_device *dev,
{
int cpu;
- if (!dev->tstats)
- return;
-
for_each_possible_cpu(cpu) {
struct pcpu_sw_netstats *stats;
struct pcpu_sw_netstats tmp;