cvs commit: src/sys/geom geom_dev.c

Poul-Henning Kamp phk at FreeBSD.org
Fri May 9 14:25:29 PDT 2003


phk         2003/05/09 14:25:28 PDT

  FreeBSD src repository

  Modified files:
    sys/geom             geom_dev.c 
  Log:
  When a GEOM (/dev-)device is closed and we find that I/O requests are
  still outstanding, give them a chance to complete.
  
  If after 10 seconds we still find outstanding I/O requests, complete
  the close with a console warning that the system is likely to panic
  later on.
  
  This is a workaround for umount -f not quite doing the right thing.
  
  Approved by:    re/scottl
  
  Revision  Changes    Path
  1.58      +15 -3     src/sys/geom/geom_dev.c


More information about the cvs-all mailing list