cvs commit: src/sys/kern kern_exit.c

Poul-Henning Kamp phk at FreeBSD.org
Sat Jan 29 06:03:42 PST 2005


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


More information about the cvs-all mailing list