PERFORCE change 80823 for review
Robert Watson
rwatson at FreeBSD.org
Sat Jul 23 00:15:32 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=80823
Change 80823 by rwatson at rwatson_zoo on 2005/07/23 00:14:42
Un-comment bug now fixed.
Affected files ...
.. //depot/projects/netsmp/src/sys/netinet/in.c#3 edit
Differences ...
==== //depot/projects/netsmp/src/sys/netinet/in.c#3 (text+ko) ====
@@ -985,12 +985,6 @@
return ifma->ifma_protospec;
}
- /* XXX - if_addmulti uses M_WAITOK. Can this really be called
- at interrupt time? If so, need to fix if_addmulti. XXX */
- /*
- * XXXRW: This comment is right, and yes, we should use M_NOWAIT
- * here due to spl's and now mutexes.
- */
inm = (struct in_multi *)malloc(sizeof(*inm), M_IPMADDR,
M_NOWAIT | M_ZERO);
if (inm == NULL) {
More information about the p4-projects
mailing list