From owner-cvs-src@FreeBSD.ORG Fri May 9 14:25:28 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFFAB37B401; Fri, 9 May 2003 14:25:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E80143F3F; Fri, 9 May 2003 14:25:28 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h49LPS0U093700; Fri, 9 May 2003 14:25:28 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h49LPSZA093699; Fri, 9 May 2003 14:25:28 -0700 (PDT) Message-Id: <200305092125.h49LPSZA093699@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 9 May 2003 14:25:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_dev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2003 21:25:29 -0000 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