Searched hist:"78 c784c4" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | reassembly.c | 78c784c4 Tue Mar 21 01:01:17 CST 2006 Ingo Oeser <ioe-lkml@rameria.de> [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> 78c784c4 Tue Mar 21 01:01:17 CST 2006 Ingo Oeser <ioe-lkml@rameria.de> [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>
|