From: Pravin B Shelar Date: Fri, 12 Apr 2013 23:13:32 +0000 (-0700) Subject: datapath: Remove vport->linkname X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c65501ca4900cceeb8dc303174b53b704a6f5f0d;hp=cd2a59e99c8a94b15655e29a4dc100a0dc221568;p=sliver-openvswitch.git datapath: Remove vport->linkname This field is no longer used in datapath. Signed-off-by: Pravin B Shelar Acked-by: Jesse Gross --- 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;