Date: Mon, 5 Aug 2002 22:12:47 +0200 From: Pierre Beyssac <pb@fasterix.frmug.org> To: Bruce Evans <bde@zeta.org.au> Cc: freebsd-current@FreeBSD.ORG Subject: Re: deadlock in fs/msdosfs/msdosfs_vnops.c:msdosfs_fsync() Message-ID: <20020805221247.A78878@fasterix.frmug.org> In-Reply-To: <20020805203323.M17317-100000@gamplex.bde.org>; from bde@zeta.org.au on Mon, Aug 05, 2002 at 09:19:47PM %2B1000 References: <20020805104153.A37733@bofh.enst.fr> <20020805203323.M17317-100000@gamplex.bde.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Aug 05, 2002 at 09:19:47PM +1000, Bruce Evans wrote: > msdosfs_fsync() doesn't honor the MNT_NOWAIT flag. This might explain > your problem. Thanks. But apparently it's not where my problem lies. I've tested your patch, slightly updated with VI_LOCK(vp) and VI_UNLOCK(vp) at strategic places as in the current code, and it still hangs at the msleep, so apparently I'm in the MNT_WAIT case. -- Pierre Beyssac pb@fasterix.frmug.org pb@fasterix.freenix.org Free domains: http://www.eu.org/ or mail dns-manager@EU.org 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?20020805221247.A78878>