netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH]IPv6: fix refcnt of struct ip6_flowlabel
@ 2005-10-24 12:11 Yan Zheng
  2005-10-24 18:35 ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 3+ messages in thread
From: Yan Zheng @ 2005-10-24 12:11 UTC (permalink / raw)
  To: netdev; +Cc: linux-kernel

Signed-off-by: Yan Zheng <yanzheng@21cn.com>


Index: net/ipv6/ip6_flowlabel.c
===================================================================
--- linux-2.6.14-rc5/net/ipv6/ip6_flowlabel.c	2005-10-22 10:31:13.000000000 +0800
+++ linux/net/ipv6/ip6_flowlabel.c	2005-10-24 19:55:23.000000000 +0800
@@ -483,7 +483,7 @@
 						goto done;
 					}
 					fl1 = sfl->fl;
-					atomic_inc(&fl->users);
+					atomic_inc(&fl1->users);
 					break;
 				}
 			}

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH]IPv6: fix refcnt of struct ip6_flowlabel
  2005-10-24 12:11 [PATCH]IPv6: fix refcnt of struct ip6_flowlabel Yan Zheng
@ 2005-10-24 18:35 ` Arnaldo Carvalho de Melo
  2005-10-25  8:22   ` YOSHIFUJI Hideaki / 吉藤英明
  0 siblings, 1 reply; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2005-10-24 18:35 UTC (permalink / raw)
  To: YOSHIFUJI Hideaki / 吉藤英明, Yan Zheng
  Cc: netdev, linux-kernel

On 10/24/05, Yan Zheng <yanzheng@21cn.com> wrote:
> Signed-off-by: Yan Zheng <yanzheng@21cn.com>
>
>
> Index: net/ipv6/ip6_flowlabel.c
> ===================================================================
> --- linux-2.6.14-rc5/net/ipv6/ip6_flowlabel.c   2005-10-22 10:31:13.000000000 +0800
> +++ linux/net/ipv6/ip6_flowlabel.c      2005-10-24 19:55:23.000000000 +0800
> @@ -483,7 +483,7 @@
>                                                 goto done;
>                                         }
>                                         fl1 = sfl->fl;
> -                                       atomic_inc(&fl->users);
> +                                       atomic_inc(&fl1->users);
>                                         break;

Looks OK to me, Yoshifuji-san, ACK?

- Arnaldo

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH]IPv6: fix refcnt of struct ip6_flowlabel
  2005-10-24 18:35 ` Arnaldo Carvalho de Melo
@ 2005-10-25  8:22   ` YOSHIFUJI Hideaki / 吉藤英明
  0 siblings, 0 replies; 3+ messages in thread
From: YOSHIFUJI Hideaki / 吉藤英明 @ 2005-10-25  8:22 UTC (permalink / raw)
  To: acme; +Cc: yanzheng, netdev, linux-kernel, yoshfuji

In article <39e6f6c70510241135p18b018bo896b3565fa5ce87b@mail.gmail.com> (at Mon, 24 Oct 2005 16:35:33 -0200), Arnaldo Carvalho de Melo <acme@ghostprotocols.net> says:

> On 10/24/05, Yan Zheng <yanzheng@21cn.com> wrote:
> > Signed-off-by: Yan Zheng <yanzheng@21cn.com>
> >
> >
> > Index: net/ipv6/ip6_flowlabel.c
> > ===================================================================
> > --- linux-2.6.14-rc5/net/ipv6/ip6_flowlabel.c   2005-10-22 10:31:13.000000000 +0800
> > +++ linux/net/ipv6/ip6_flowlabel.c      2005-10-24 19:55:23.000000000 +0800
> > @@ -483,7 +483,7 @@
> >                                                 goto done;
> >                                         }
> >                                         fl1 = sfl->fl;
> > -                                       atomic_inc(&fl->users);
> > +                                       atomic_inc(&fl1->users);
> >                                         break;
> 
> Looks OK to me, Yoshifuji-san, ACK?

Acked-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>

--yoshfuji

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-10-25  8:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-24 12:11 [PATCH]IPv6: fix refcnt of struct ip6_flowlabel Yan Zheng
2005-10-24 18:35 ` Arnaldo Carvalho de Melo
2005-10-25  8:22   ` YOSHIFUJI Hideaki / 吉藤英明

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).