From: Ingo Oeser Date: Tue, 21 Mar 2006 07:01:17 +0000 (-0800) Subject: [IPV6]: Cleanup of net/ipv6/reassambly.c X-Git-Tag: v2.6.17-rc1~1175^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78c784c47a2be593480cb6c69829a59f0504d575;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed