commit | 309dd5fc872448e35634d510049642312ebc170d | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Wed Oct 17 21:21:51 2007 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 17 21:21:51 2007 -0700 |
tree | 5284d7b48980482ecba06b760ac16d9f94e66ea9 | |
parent | 55b333253d5bcafbe187b50474e40789301c53c6 [diff] |
[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 <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>