From: Patrick McHardy <kaber@trash.net>
To: "David S. Miller" <davem@davemloft.net>
Cc: Herbert Xu <herbert@gondor.apana.org.au>,
yoshfuji@linux-ipv6.org, kazunori@miyazawa.org,
netdev@oss.sgi.com, usagi-core@linux-ipv6.org
Subject: Re: [IPSEC] Store idev entries
Date: Wed, 04 May 2005 03:06:45 +0200 [thread overview]
Message-ID: <42782025.3010700@trash.net> (raw)
In-Reply-To: <20050503162628.7541807d.davem@davemloft.net>
[-- Attachment #1: Type: text/plain, Size: 502 bytes --]
David S. Miller wrote:
> On Sat, 30 Apr 2005 21:43:49 +1000
> Herbert Xu <herbert@gondor.apana.org.au> wrote:
>
>>The ref counting on loopback_idev wasn't quite right. Here is the
>>corrected version.
>
>
> Applied, thanks Herbert.
The patch causes a compile error here:
CC net/ipv6/xfrm6_policy.o
In file included from net/ipv6/xfrm6_policy.c:18:
include/net/addrconf.h:40: error: field `prefix' has incomplete type
This patch fixes it.
Signed-off-by: Patrick McHardy <kaber@trash.net>
[-- Attachment #2: x --]
[-- Type: text/plain, Size: 483 bytes --]
Index: net/ipv6/xfrm6_policy.c
===================================================================
--- 591ce19741741438606ab75a45ac9f973cbb4787/net/ipv6/xfrm6_policy.c (mode:100644 sha1:4429b1a1fe5fe2528318b7417e539279548d9988)
+++ uncommitted/net/ipv6/xfrm6_policy.c (mode:100644)
@@ -15,6 +15,7 @@
#include <linux/compiler.h>
#include <linux/config.h>
#include <linux/netdevice.h>
+#include <linux/in6.h>
#include <net/addrconf.h>
#include <net/xfrm.h>
#include <net/ip.h>
next prev parent reply other threads:[~2005-05-04 1:06 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-30 2:25 [PATCH][IPv6][IPsec] stop infinite loop Kazunori Miyazawa
2005-04-30 3:07 ` YOSHIFUJI Hideaki / 吉藤英明
2005-04-30 3:11 ` Herbert Xu
2005-04-30 8:23 ` [IPSEC] Store idev entries (was: [PATCH][IPv6][IPsec] stop infinite loop) Herbert Xu
2005-04-30 11:43 ` Herbert Xu
2005-05-03 23:26 ` David S. Miller
2005-05-04 0:46 ` Herbert Xu
2005-05-04 1:06 ` Patrick McHardy [this message]
2005-05-04 1:12 ` [IPSEC] Store idev entries Herbert Xu
2005-05-04 1:19 ` Herbert Xu
2005-05-04 1:23 ` Patrick McHardy
2005-05-04 1:20 ` Patrick McHardy
2005-05-04 5:16 ` David S. Miller
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=42782025.3010700@trash.net \
--to=kaber@trash.net \
--cc=davem@davemloft.net \
--cc=herbert@gondor.apana.org.au \
--cc=kazunori@miyazawa.org \
--cc=netdev@oss.sgi.com \
--cc=usagi-core@linux-ipv6.org \
--cc=yoshfuji@linux-ipv6.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).