Searched hist:149787 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/geom/
H A Dgeom_event.cdiff 149787 Sun Sep 04 19:14:19 MDT 2005 phk Remove a race condition that could result in processes being stuck
waiting for geom events to happen:

Instead of maintaining a count of outstanding events, simply look if
the queue is empty. Make sure to not remove events from the queue
until they are executed in order to not open a new race.

Much work by: pjd
Tested by: kris
MT6: yes, should be.

Completed in 169 milliseconds