From: Pavel Emelyanov Date: Thu, 18 Oct 2007 04:21:51 +0000 (-0700) Subject: [NET]: Move the filter releasing into a separate call X-Git-Tag: v2.6.24-rc1~294^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=309dd5fc872448e35634d510049642312ebc170d;p=pandora-kernel.git [NET]: Move the filter releasing into a separate call This is done merely as a preparation for the fix. The sk_filter_uncharge() unaccounts the filter memory and calls the sk_filter_release(), which in turn decrements the refcount anf frees the filter. The latter function will be required separately. Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed