https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227631
--- Comment #8 from Edward Tomasz Napierala <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
