lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200402095539.18643-1-jiri@resnulli.us>
Date:   Thu,  2 Apr 2020 11:55:39 +0200
From:   Jiri Pirko <jiri@...nulli.us>
To:     netdev@...r.kernel.org
Cc:     dsahern@...il.com, stephen@...workplumber.org, davem@...emloft.net,
        kuba@...nel.org, mlxsw@...lanox.com
Subject: [patch iproute2/net-next] devlink: remove unused "jw" field

From: Jiri Pirko <jiri@...lanox.com>

This field is not used. Remove it.

Signed-off-by: Jiri Pirko <jiri@...lanox.com>
---
 devlink/devlink.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/devlink/devlink.c b/devlink/devlink.c
index 67e6e64181f9..b8c1170be0e2 100644
--- a/devlink/devlink.c
+++ b/devlink/devlink.c
@@ -312,7 +312,6 @@ struct dl {
 	char **argv;
 	bool no_nice_names;
 	struct dl_opts opts;
-	json_writer_t *jw;
 	bool json_output;
 	bool pretty_output;
 	bool verbose;
-- 
2.21.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ