[INET]: Consolidate frag queues freeing
authorPavel Emelyanov <xemul@openvz.org>
Thu, 18 Oct 2007 02:48:26 +0000 (19:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Oct 2007 02:48:26 +0000 (19:48 -0700)
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>

No differences found