svn commit: r256464 - projects/zfsd/head/cddl/sbin/zfsd

Alan Somers asomers at FreeBSD.org
Mon Oct 14 21:53:47 UTC 2013


Author: asomers
Date: Mon Oct 14 21:53:45 2013
New Revision: 256464
URL: http://svnweb.freebsd.org/changeset/base/256464

Log:
  cddl/sbin/zfsd/case_file.cc
  	Comment change.  No functional change.
  
  Submitted by:	alans
  Approved by:	ken (mentor)
  Sponsored by:	Spectra Logic Corporation

Modified:
  projects/zfsd/head/cddl/sbin/zfsd/case_file.cc

Modified: projects/zfsd/head/cddl/sbin/zfsd/case_file.cc
==============================================================================
--- projects/zfsd/head/cddl/sbin/zfsd/case_file.cc	Mon Oct 14 21:50:56 2013	(r256463)
+++ projects/zfsd/head/cddl/sbin/zfsd/case_file.cc	Mon Oct 14 21:53:45 2013	(r256464)
@@ -324,6 +324,10 @@ CaseFile::ReEvaluate(const ZfsEvent &eve
 			       "unconfigured.  Closing\n",
 			       PoolGUIDString().c_str(),
 			       VdevGUIDString().c_str());
+			/* 
+			 * Close the case now so we won't waste cycles in the
+			 * system rescan
+			 */
 			Close();
 
 			/*


More information about the svn-src-projects mailing list