mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* RT : 2.6.15-rt1 and net/ipv6/mcast.c
@ 2006-01-04 17:32 Serge Noiraud
  2006-01-04 20:34 ` Daniel Walker
  0 siblings, 1 reply; 5+ messages in thread
From: Serge Noiraud @ 2006-01-04 17:32 UTC (permalink / raw)
  To: linux-kernel, Ingo Molnar

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;
 
        /*

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

end of thread, other threads:[~2006-01-06 17:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-04 17:32 RT : 2.6.15-rt1 and net/ipv6/mcast.c Serge Noiraud
2006-01-04 20:34 ` Daniel Walker
2006-01-04 22:12   ` Steven Rostedt
2006-01-05  2:11     ` [Announce] RT patch updates while Ingo is busy Steven Rostedt
     [not found]       ` <43BEA35D.5030301@vt.edu>
2006-01-06 17:54         ` Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®