commit | 776c729e8d91b2740583a2169678f2d3f383458b | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sun Oct 14 00:38:32 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Oct 15 12:26:25 2007 -0700 |
tree | 16ad06616e8d04c127266bf323fb35fbed03b96d | |
parent | 1706d58763c36133d7fce6cc78b1444fd40db28c [diff] |
[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>