Date: Mon, 7 Mar 2005 13:50:16 +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/kern uipc_socket2.c Message-ID: <200503071350.j27DoGxI090249@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-03-07 13:50:16 UTC FreeBSD src repository Modified files: sys/kern uipc_socket2.c Log: When upcalling from a socket in soisconnected() for an accept filter, call with flag M_DONTWAIT rather than M_TRYWAIT, as we don't want to do blocking memory allocation (etc) in the netisr. MFC after: 3 days Revision Changes Path 1.144 +1 -1 src/sys/kern/uipc_socket2.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503071350.j27DoGxI090249>