[Bug 227631] panic: vputx: usecount not zero for vnode

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 23 18:59:26 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227631

--- Comment #8 from Edward Tomasz Napierala <trasz at FreeBSD.org> ---
Sure it could; what's needed is fixing the locking for the block backend IOCTL
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.

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


More information about the freebsd-bugs mailing list