freebsd-src/sys/geom/mirror
Mark Johnston cef5abd140 Fix a lock leak in g_mirror_destroy().
g_mirror_destroy() is supposed to unlock the softc before indicating
success, but it wasn't doing so if the caller raced with another
thread destroying the mirror.

MFC after:	1 week
Sponsored by:	Dell EMC Isilon
2017-10-27 17:05:14 +00:00
..
g_mirror.c Fix a lock leak in g_mirror_destroy(). 2017-10-27 17:05:14 +00:00
g_mirror.h gmirror: treat ENXIO as disk disconnect, not media error 2017-09-15 13:57:08 +00:00
g_mirror_ctl.c Add gmirror create subcommand, alike to gstripe, gconcat, etc. 2016-11-30 09:27:08 +00:00