From: Stephane Ouellette <ouellettes@videotron.ca>
To: netfilter-devel@lists.netfilter.org
Subject: [PATCH] dead code elimination in ip6_queue.c
Date: Sat, 15 Mar 2003 13:01:05 -0500 [thread overview]
Message-ID: <3E736A61.6020907@videotron.ca> (raw)
[-- Attachment #1: Type: text/plain, Size: 86 bytes --]
Folks,
the following patch removes dead code in ip6_queue.c
Stephane Ouellette.
[-- Attachment #2: ip6_queue.c.patch --]
[-- Type: text/plain, Size: 443 bytes --]
--- linux-2.4.21-pre5-ac3/net/ipv6/netfilter/ip6_queue.c Fri Mar 14 15:16:44 2003
+++ linux-2.4.21-pre5-ac3-fixed/net/ipv6/netfilter/ip6_queue.c Sat Mar 15 12:58:50 2003
@@ -265,8 +265,6 @@
return skb;
nlmsg_failure:
- if (skb)
- kfree_skb(skb);
*errp = -EINVAL;
printk(KERN_ERR "ip6_queue: error creating packet message\n");
return NULL;
@@ -730,7 +728,6 @@
static int __init init(void)
{
-
return init_or_cleanup(1);
}
next reply other threads:[~2003-03-15 18:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-15 18:01 Stephane Ouellette [this message]
2003-03-16 0:54 ` [PATCH] dead code elimination in ip6_queue.c James Morris
2003-03-17 4:47 ` Stephane Ouellette
2003-03-26 14:45 ` Harald Welte
-- strict thread matches above, loose matches on Subject: below --
2003-03-26 19:38 Stephane Ouellette
2003-03-27 13:08 ` Harald Welte
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3E736A61.6020907@videotron.ca \
--to=ouellettes@videotron.ca \
--cc=netfilter-devel@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.