git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55b3332
)
[NET]: Move the filter releasing into a separate call
author
Pavel Emelyanov
<xemul@openvz.org>
Thu, 18 Oct 2007 04:21:51 +0000
(21:21 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 18 Oct 2007 04:21:51 +0000
(21:21 -0700)
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 <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found