commit | c95477090a2ace6d241c184adc3fbfcab9c61ceb | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Wed Oct 17 19:48:26 2007 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 17 19:48:26 2007 -0700 |
tree | 78c43a301f18f4ad4486a48227a9ca45239208f3 | |
parent | 48d60056387c37a17a46feda48613587a90535e5 [diff] |
[INET]: Consolidate frag queues freeing Since we now allocate the queues in inet_fragment.c, we can safely free it in the same place. The ->destructor callback thus becomes optional for inet_frags. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>