vrf: drop unused num_slaves member
slave_queue has a num_slaves member which is unused, drop it. Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
17d95f5ee2
commit
db5dbec5ef
@@ -24,7 +24,6 @@ struct slave {
|
||||
|
||||
struct slave_queue {
|
||||
struct list_head all_slaves;
|
||||
int num_slaves;
|
||||
};
|
||||
|
||||
struct net_vrf {
|
||||
|
Reference in New Issue
Block a user