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

Konstantin Belousov <k...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Not A Bug
             Status|Open                        |Closed

--- Comment #1 from Konstantin Belousov <k...@freebsd.org> ---
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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to