K 10 svn:author V 3 phk K 8 svn:date V 27 2005-01-29T14:03:41.000000Z K 7 svn:log V 340 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. END