diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2017-06-19 10:03:56 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-06-20 13:37:02 -0400 |
commit | dc5321d79697db1b610c25fa4fad1aec7533ea3e (patch) | |
tree | c94df6be348fb59f0f7c298918d1fbacd39b92c2 /include/net/vxlan.h | |
parent | a985343ba90635cda3f3704f71021254c91cebbd (diff) | |
download | linux-dc5321d79697db1b610c25fa4fad1aec7533ea3e.tar.bz2 |
vxlan: get rid of redundant vxlan_dev.flags
There is no good reason to keep the flags twice in vxlan_dev and
vxlan_config.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/vxlan.h')
-rw-r--r-- | include/net/vxlan.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/vxlan.h b/include/net/vxlan.h index 49a59202f85e..479bb75789ea 100644 --- a/include/net/vxlan.h +++ b/include/net/vxlan.h @@ -232,7 +232,6 @@ struct vxlan_dev { struct net_device *dev; struct net *net; /* netns for packet i/o */ struct vxlan_rdst default_dst; /* default destination */ - u32 flags; /* VXLAN_F_* in vxlan.h */ struct timer_list age_timer; spinlock_t hash_lock; |