[NET]: Introduce the sk_detach_filter() call
authorPavel Emelyanov <xemul@openvz.org>
Thu, 18 Oct 2007 04:21:26 +0000 (21:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Oct 2007 04:21:26 +0000 (21:21 -0700)
commit55b333253d5bcafbe187b50474e40789301c53c6
treedbea170b01196473c95d3d558bfce00bc17187fe
parentd114f399b4da6fa7f9da3bbf1fb841370c11e788
[NET]: Introduce the sk_detach_filter() call

Filter is attached in a separate function, so do the
same for filter detaching.

This also removes one variable sock_setsockopt().

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/filter.h
net/core/filter.c
net/core/sock.c