https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238168
Konstantin Belousov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Not A Bug Status|Open |Closed --- Comment #1 from Konstantin Belousov <[email protected]> --- The D_INIT flag might be set by another thread while we unlocked dev_mtx in the D_NEEDGIANT block. This is a common kernel pattern, unlock, do sleepable resource allocation, relock, and then recheck the original condition which might be invalidated by other thread meantime. -- 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]"
