Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Aug 2002 10:41:53 +0200
From:      Pierre Beyssac <beyssac@enst.fr>
To:        freebsd-current@freebsd.org
Subject:   deadlock in fs/msdosfs/msdosfs_vnops.c:msdosfs_fsync()
Message-ID:  <20020805104153.A37733@bofh.enst.fr>

next in thread | raw e-mail | index | archive | help
Hi,

I'm having a problem with the fsync() call on the MSDOS filesystem.

I have a reproductible way (using a specific application under Wine)
to get it to deadlock in the msleep() call. If I disable msdos_fsync()
entirely by adding a return 0 at the top, everything runs smoothly,
no deadlock.

Since AFAIK the problem doesn't occur with ufs fsync(), should I
suppose this may have to do (and should I start looking) with the
way msdosfs handles vp->v_numoutput, can it be a deadlock with some
other vnode locking in the msdosfs code, or can it be an unexpected
side-effet of recent SMP/KSE changes (not likely considering my
machine is UP) ?

Any ideas or hints welcome on where I should start looking...
-- 
Pierre Beyssac						pb@enst.fr

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?20020805104153.A37733>