datapath: Remove vport list node.
authorJesse Gross <jesse@nicira.com>
Tue, 4 Sep 2012 00:15:03 +0000 (17:15 -0700)
committerJesse Gross <jesse@nicira.com>
Tue, 4 Sep 2012 01:58:19 +0000 (18:58 -0700)
The datapath list of ports was removed when we switched to using a
hash-based port lookup so the list node is no longer used.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Kyle Mestery <kmestery@cisco.com>
datapath/vport.h

index b0cdeae..e306b46 100644 (file)
@@ -98,7 +98,6 @@ struct vport {
        struct datapath *dp;
        struct kobject kobj;
        char linkname[IFNAMSIZ];
-       struct list_head node;
        u32 upcall_pid;
 
        struct hlist_node hash_node;