Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 2014 07:44:18 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r265519 - stable/10/usr.sbin/ctld
Message-ID:  <201405070744.s477iIYd024896@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Wed May  7 07:44:17 2014
New Revision: 265519
URL: http://svnweb.freebsd.org/changeset/base/265519

Log:
  MFC r264535:
  
  English.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/usr.sbin/ctld/ctld.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/ctld/ctld.c
==============================================================================
--- stable/10/usr.sbin/ctld/ctld.c	Wed May  7 07:43:13 2014	(r265518)
+++ stable/10/usr.sbin/ctld/ctld.c	Wed May  7 07:44:17 2014	(r265519)
@@ -1225,9 +1225,9 @@ conf_apply(struct conf *oldconf, struct 
 	/*
 	 * XXX: If target or lun removal fails, we should somehow "move"
 	 * 	the old lun or target into newconf, so that subsequent
-	 * 	conf_apply() will try to remove them again.  That would
-	 * 	be somewhat hairy, and lun deletion doesn't really happen,
-	 * 	so leave it as it is for now.
+	 * 	conf_apply() would try to remove them again.  That would
+	 * 	be somewhat hairy, though, and lun deletion failures don't
+	 * 	really happen, so leave it as it is for now.
 	 */
 	TAILQ_FOREACH_SAFE(oldtarg, &oldconf->conf_targets, t_next, tmptarg) {
 		/*



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