From c65501ca4900cceeb8dc303174b53b704a6f5f0d Mon Sep 17 00:00:00 2001 From: Pravin B Shelar Date: Fri, 12 Apr 2013 16:13:32 -0700 Subject: [PATCH 1/1] datapath: Remove vport->linkname This field is no longer used in datapath. Signed-off-by: Pravin B Shelar Acked-by: Jesse Gross --- datapath/vport.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/datapath/vport.h b/datapath/vport.h index d6364c389..83de6727b 100644 --- a/datapath/vport.h +++ b/datapath/vport.h @@ -72,7 +72,6 @@ struct vport_err_stats { * struct vport - one port within a datapath * @rcu: RCU callback head for deferred destruction. * @dp: Datapath to which this port belongs. - * @linkname: The name of the link from /sys/class/net//brif to this * &struct vport. (We keep this around so that we can delete it if the * device gets renamed.) Set to the null string when no link exists. * @upcall_portid: The Netlink port to use for packets received on this port that @@ -90,7 +89,6 @@ struct vport_err_stats { struct vport { struct rcu_head rcu; struct datapath *dp; - char linkname[IFNAMSIZ]; u32 upcall_portid; u16 port_no; -- 2.43.0