Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Apr 2018 18:59:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 227631] panic: vputx: usecount not zero for vnode
Message-ID:  <bug-227631-227-BHxLUT4x2x@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227631-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227631-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227631

--- Comment #8 from Edward Tomasz Napierala <trasz@FreeBSD.org> ---
Sure it could; what's needed is fixing the locking for the block backend IO=
CTL
API.  Or perhaps removing the locking that's currently there - it seems a
bit... weird - and replacing the "softc->lock" with an SX, and locking it
higher up in the call stack.

But I'm guessing it's much easier to just avoid doing the concurrent
manipulation.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227631-227-BHxLUT4x2x>