After discussion with jhb@, no real need for it. The atomics add
instructions which aren't needed as all accesses are covered by a mutex.
cheers,
BMS
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsu
Bruce Simpson wrote:
Look OK?
All accesses are covered by a mutex, so the atomic ops aren't really
needed -- but it makes for clearer source.
Missed in mld6.c.
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freeb
Look OK?
All accesses are covered by a mutex, so the atomic ops aren't really
needed -- but it makes for clearer source.
Index: netinet/in_mcast.c
===
--- netinet/in_mcast.c (revision 199528)
+++ netinet/in_mcast.c (working copy)