vxlan: make vxlan_sock_add and vxlan_sock_release complementary
authorJiri Benc <jbenc@redhat.com>
Thu, 24 Sep 2015 11:50:01 +0000 (13:50 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 27 Sep 2015 05:40:55 +0000 (22:40 -0700)
commit205f356d165033443793a97a668a203a79a8723a
tree8446b00352c0008eddb86d8c80e876ee749c7263
parent8b7a7048220f86547db31de0abe1ea6dd2cfa892
vxlan: make vxlan_sock_add and vxlan_sock_release complementary

Make vxlan_sock_add both alloc the socket and attach it to vxlan_dev. Let
vxlan_sock_release accept vxlan_dev as its parameter instead of vxlan_sock.

This makes vxlan_sock_add and vxlan_sock release complementary. It reduces
code duplication in the next patch.

Signed-off-by: Jiri Benc <jbenc@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c