Date: Wed, 16 Feb 2005 16:12:28 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom/gate g_gate.c Message-ID: <200502161612.j1GGCSgJ022744@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2005-02-16 16:12:28 UTC FreeBSD src repository Modified files: sys/geom/gate g_gate.c Log: Remove TDP_GEOM flag from thread after ggate device creation. This flag means "wait for all pending requests before returning to userland". There are pending events for sure, because we just created new provider and other classes want to taste it, but we cannot answer on I/O requests until we're here. Revision Changes Path 1.17 +7 -0 src/sys/geom/gate/g_gate.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502161612.j1GGCSgJ022744>