Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2013 21:53:46 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r256464 - projects/zfsd/head/cddl/sbin/zfsd
Message-ID:  <201310142153.r9ELrkVQ083049@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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();
 
 			/*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310142153.r9ELrkVQ083049>