Date: Sun, 8 Aug 2010 09:12:30 +0000 (UTC) From: Jaakko Heinonen <jh@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/geom/vinum geom_vinum.c geom_vinum.h geom_vinum_events.c geom_vinum_var.h Message-ID: <201008080912.o789CoLw070179@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jh 2010-08-08 09:12:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/geom/vinum geom_vinum.c geom_vinum.h geom_vinum_events.c geom_vinum_var.h Log: SVN rev 211065 on 2010-08-08 09:12:30Z by jh MFC r207878: - Don't return EAGAIN from gv_unload(). It was used to work around the deadlock fixed in r207671. - Wait for worker process to exit at class unload. The worker process was not guaranteed to exit before the linker unloaded the module. - Use 0 as the worker process exit status instead of ENXIO and style the NOTREACHED comment. Revision Changes Path 1.29.2.2 +4 -5 src/sys/geom/vinum/geom_vinum.c 1.18.2.2 +1 -0 src/sys/geom/vinum/geom_vinum.h 1.2.2.2 +14 -0 src/sys/geom/vinum/geom_vinum_events.c 1.17.2.2 +1 -0 src/sys/geom/vinum/geom_vinum_var.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008080912.o789CoLw070179>