[INET]: Consolidate xxx_frag_create()
authorPavel Emelyanov <xemul@openvz.org>
Thu, 18 Oct 2007 02:46:47 +0000 (19:46 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Oct 2007 02:46:47 +0000 (19:46 -0700)
This one uses the xxx_frag_intern() and xxx_frag_alloc()
routines, which are already consolidated, so remove them
from protocol code (as promised).

The ->constructor callback is used to init the rest of
the frag queue and it is the same for netfilter and ipv6.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found