]> git.baikalelectronics.ru Git - kernel.git/commit
netlink: implement unbind to netlink_setsockopt NETLINK_DROP_MEMBERSHIP
authorRichard Guy Briggs <rgb@redhat.com>
Wed, 23 Apr 2014 01:31:55 +0000 (21:31 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Apr 2014 01:42:26 +0000 (21:42 -0400)
commit4a73692cb678114d6623634b20e5325fcf6f2d8a
treed8f3f9db89b1660d79491885d0f757c95a582414
parent3716befe8ba4a51923e59eacb44a6938151c8bd3
netlink: implement unbind to netlink_setsockopt NETLINK_DROP_MEMBERSHIP

Call the per-protocol unbind function rather than bind function on
NETLINK_DROP_MEMBERSHIP in netlink_setsockopt().

Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netlink/af_netlink.c