commit | 78c784c47a2be593480cb6c69829a59f0504d575 | [log] [tgz] |
---|---|---|
author | Ingo Oeser <ioe-lkml@rameria.de> | Mon Mar 20 23:01:17 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 20 23:01:17 2006 -0800 |
tree | dc300e4a1b4205e770c3629d359aa83deea72929 | |
parent | b3e83d6d187664be56a1591ccfa99124b88f0582 [diff] |
[IPV6]: Cleanup of net/ipv6/reassambly.c Two minor cleanups: 1. Using kzalloc() in fraq_alloc_queue() saves the memset() in ipv6_frag_create(). 2. Invert sense of if-statements to streamline code. Inverts the comment, too. Signed-off-by: Ingo Oeser <ioe-lkml@rameria.de> Signed-off-by: David S. Miller <davem@davemloft.net>