Date: Sun, 03 Jul 2005 01:11:56 -0000 From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exit.c Message-ID: <200501291403.j0TE3fep016774@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2005-01-29 14:03:41 UTC FreeBSD src repository Modified files: sys/kern kern_exit.c Log: In 1.276 of kern/subr_trap.c I introduced a mechanism for delaying a process return to userspace if it had pending GEOM events. We need to have the same check in the exit pass to catch the case where a GEOM related filedescriptor is not explicitly closed by the process. Bumped into by: people using dd(1) to build releases, nanobsd etc. Revision Changes Path 1.256 +7 -0 src/sys/kern/kern_exit.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501291403.j0TE3fep016774>