usagi/kernel/linux26/include/net neighbour.h usagi/kernel/linux26/net/core neighbour.c usagi/kernel/linux26/net/ipv6 ndisc.c
| Newsgroups | gmane.linux.ipv6.usagi.cvs |
|---|---|
| Message-ID | <[email protected]> |
yoshfuji 2003/12/22 14:37:16 JST
Modified files:
kernel/linux26/include/net neighbour.h
kernel/linux26/net/core neighbour.c
kernel/linux26/net/ipv6 ndisc.c
Log:
__neigh_event_send() is now called with write_lock_bh() and kill one (possible) dead-lock with CONFIG_IPV6_NDISC_NEW.
Revision Changes Path
1.8 +10 -2 usagi/kernel/linux26/include/net/neighbour.h
1.17 +3 -10 usagi/kernel/linux26/net/core/neighbour.c
1.43 +4 -1 usagi/kernel/linux26/net/ipv6/ndisc.c