Date: Fri, 9 May 2003 14:25:28 -0700 (PDT) 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/geom geom_dev.c Message-ID: <200305092125.h49LPSZA093699@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305092125.h49LPSZA093699>