lkml.org 
[lkml]   [2006]   [Jan]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: RT : 2.6.15-rt1 and net/ipv6/mcast.c

I thought I submitted an identical patch, but maybe I forgot to CC LKML .

On Wed, 4 Jan 2006, Serge Noiraud wrote:

> Hi,
>
> On my i386 machine I can't compile. I have an error in net/ipv6/mcast.c
> I correct the error doing the correction below. No more compilation problem.
> Not yet tested. perhaps someone already submit it, but I received no mail today from vger.kernel.org
>
> Index: linux/net/ipv6/mcast.c
> ===================================================================
> --- linux.orig/net/ipv6/mcast.c
> +++ linux/net/ipv6/mcast.c
> @@ -224,7 +224,7 @@
>
> mc_lst->ifindex = dev->ifindex;
> mc_lst->sfmode = MCAST_EXCLUDE;
> - mc_lst->sflock = RW_LOCK_UNLOCKED;
> + mc_lst->sflock = RW_LOCK_UNLOCKED(mc_lst->sflock);
> mc_lst->sflist = NULL;
>
> /*
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-01-04 21:37    [W:1.313 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site