Date: Sun, 31 Aug 2008 22:05:31 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_output.c Message-ID: <200808312205.m7VM5hwA021555@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2008-08-31 22:05:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet ip_output.c Log: SVN rev 182576 on 2008-08-31 22:05:31Z by rwatson Merge r181966 from head to stable/7: Remove comments and #ifdef notyet'd code relating to directly dispatching the IP multicast input code from the output path; we don't allow reentrance of the input path from the IP output path, it must use the netisr due to potential lock recursion. Revision Changes Path 1.276.2.4 +0 -17 src/sys/netinet/ip_output.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808312205.m7VM5hwA021555>