From: Pavel Emelyanov Date: Mon, 15 Oct 2007 09:39:14 +0000 (-0700) Subject: [INET]: Consolidate the xxx_frag_destroy X-Git-Tag: v2.6.24-rc1~1277^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e4b82873af0f21002e37a81ef063d2e5410deb3;p=pandora-kernel.git [INET]: Consolidate the xxx_frag_destroy To make in possible we need to know the exact frag queue size for inet_frags->mem management and two callbacks: * to destoy the skb (optional, used in conntracks only) * to free the queue itself (mandatory, but later I plan to move the allocation and the destruction of frag_queues into the common place, so this callback will most likely be optional too). Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed