Date: Thu, 10 Aug 2000 22:49:02 +0100 From: David Malone <dwmalone@maths.tcd.ie> To: Benedikt Schmidt <BeSchmidt@cloaked.de> Cc: current@FreeBSD.org Subject: Re: umount hangs system Message-ID: <20000810224902.A12029@walton.maths.tcd.ie> In-Reply-To: <20000811045142.A2215@cloaked.de>; from BeSchmidt@cloaked.de on Fri, Aug 11, 2000 at 04:51:42AM %2B0200 References: <20000811045142.A2215@cloaked.de>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000810224902.A12029>
