lkml.org 
[lkml]   [2006]   [Jan]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: 2.6.15-rt1
Date
I get this compiling 15-rt1:

,----
| CC net/ipv6/mcast.o
| net/ipv6/mcast.c: In function `ipv6_sock_mc_join':
| net/ipv6/mcast.c:227: error: `RW_LOCK_UNLOCKED' undeclared (first use in this function)
| net/ipv6/mcast.c:227: error: (Each undeclared identifier is reported only once
| net/ipv6/mcast.c:227: error: for each function it appears in.)
| make[2]: *** [net/ipv6/mcast.o] Error 1
`----

I take it something on the order of this is needed?:

- mc_lst->sflock = RW_LOCK_UNLOCKED;
+ mc_lst->sflock = RW_LOCK_UNLOCKED(foo.bar);

for some foo.bar, yes?

Or is it?:

- mc_lst->sflock = RW_LOCK_UNLOCKED;
+ rwlock_init(mc_lst->sflock);

I'm trying the latter now, but won't be able to reboot for
a runtime test for a while....

-JimC
--
James H. Cloos, Jr. <cloos@jhcloos.com>
-
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-05 21:55    [W:0.822 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site