K 10 svn:author V 7 asomers K 8 svn:date V 27 2013-10-14T23:15:58.636310Z K 7 svn:log V 576 Modify Zfsd to honor shutdown signals even when started during a devctl event flood. cddl/sbin/zfsd/zfsd.cc: In ZfsDaemon::Run(), catch DevCtl::Exceptions instead of one of its derived classes ZfsdExceptions. libdevctl, which contains some of the methods we call in this context, only emits DevCtl::Exceptions, and we must catch these too. In ZfsDaemon::DetectMissedEvents(), monitor s_terminateEventLoop so we are guaranteed to exit our loop if a shutdown is requested. Submitted by: gibbs Approved by: ken (mentor) Sponsored by: Spectra Logic Corporation END