[IPV4]: Change ip_defrag to return an integer
authorHerbert Xu <herbert@gondor.apana.org.au>
Sun, 14 Oct 2007 07:38:32 +0000 (00:38 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 15 Oct 2007 19:26:25 +0000 (12:26 -0700)
commit776c729e8d91b2740583a2169678f2d3f383458b
tree16ad06616e8d04c127266bf323fb35fbed03b96d
parent1706d58763c36133d7fce6cc78b1444fd40db28c
[IPV4]: Change ip_defrag to return an integer

Now that ip_frag always returns the packet given to it on input, we can
change it to return an integer indicating error instead.  This patch does
that and updates all its callers accordingly.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip.h
net/ipv4/ip_fragment.c
net/ipv4/ip_input.c
net/ipv4/ipvs/ip_vs_core.c
net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c