freebsd-nq/sys/geom/mirror
Mark Johnston 8b93770503 Address a possible lost wakeup for gmirror events.
g_mirror_event_send() acquires the I/O queue lock to deliver a wakeup
to the worker thread, and this is done after enqueuing the event.
So it's sufficient to check the event queue before atomically releasing
the queue lock and going to sleep.

MFC after:	1 week
Sponsored by:	Dell EMC Isilon
2017-12-12 17:29:34 +00:00
..
g_mirror_ctl.c sys/geom: adoption of SPDX licensing ID tags. 2017-11-27 15:17:37 +00:00
g_mirror.c Address a possible lost wakeup for gmirror events. 2017-12-12 17:29:34 +00:00
g_mirror.h Update gmirror metadata less frequently when synchronizing. 2017-11-30 20:36:29 +00:00