From owner-freebsd-current Thu Aug 10 14:49:13 2000 Delivered-To: freebsd-current@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 216D837BC89 for ; Thu, 10 Aug 2000 14:49:10 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 10 Aug 2000 22:49:02 +0100 (BST) Date: Thu, 10 Aug 2000 22:49:02 +0100 From: David Malone To: Benedikt Schmidt Cc: current@FreeBSD.org Subject: Re: umount hangs system Message-ID: <20000810224902.A12029@walton.maths.tcd.ie> References: <20000811045142.A2215@cloaked.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20000811045142.A2215@cloaked.de>; from BeSchmidt@cloaked.de on Fri, Aug 11, 2000 at 04:51:42AM +0200 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Aug 11, 2000 at 04:51:42AM +0200, Benedikt Schmidt wrote: > Everytime I try to unmount one of the ufs partitions on my harddisk the system > hangs and I can do nothing but a hard reset. The following was commited in the last few days - could this be what you're seeing? David. tegge 2000/08/08 17:41:54 PDT Modified files: sys/ufs/ffs ffs_softdep_stub.c Log: Initialize *countp to 0 in stub for softdep_flushworklist(). This allows ffs_fsync() to break out of a loop that might otherwise be infinite on kernels compiled without the SOFTUPDATES option. The observed symptom was a system hang at the first unmount attempt. Revision Changes Path 1.14 +2 -1 src/sys/ufs/ffs/ffs_softdep_stub.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message