[NET]: Cleanup the error path in sk_attach_filter
authorPavel Emelyanov <xemul@openvz.org>
Thu, 18 Oct 2007 04:22:17 +0000 (21:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Oct 2007 04:22:17 +0000 (21:22 -0700)
The sk_filter_uncharge is called for error handling and
for releasing the former filter, but this will have to
be done in a bit different manner, so cleanup the error
path a bit.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found