Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2002 01:36:46 -0700 (PDT)
From:      Don Lewis <dl-freebsd@catspoiler.org>
To:        current@FreeBSD.org, jeff@FreeBSD.org
Subject:   vnode lock assertion failure in nfs_doio()
Message-ID:  <200210020836.g928akvU015378@gw.catspoiler.org>

next in thread | raw e-mail | index | archive | help
Version 1.114 of nfs_bio.c added a call to ASSERT_VOP_LOCKED() to
nfs_doio().  I've been running a kernel with the DEBUG_VFS_LOCKS option
and I can consistently get this assertion to fail by running mozilla
with an nfs mounted home directory.  The DDB stack trace indicates this
assertion fails when nfs_doio() is called from nfssvc_iod(), which is
used by the nfsiod.

I tried wrapping the bracketing calls to nfs_doio() in nfssvc_iod() with
calls to vn_lock() and VOP_UNLOCK(), but I then get what appears to be
an interruptable deadlock ...


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?200210020836.g928akvU015378>