From: Richard Guy Briggs Date: Wed, 23 Apr 2014 01:31:55 +0000 (-0400) Subject: netlink: implement unbind to netlink_setsockopt NETLINK_DROP_MEMBERSHIP X-Git-Tag: firefly_0821_release~176^2~3765^2~340^2~3 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7774d5e03f4a41ec7c1e736acc108f112003bb4a;hp=7774d5e03f4a41ec7c1e736acc108f112003bb4a;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: David S. Miller ---