svn commit: r265519 - stable/10/usr.sbin/ctld

Edward Tomasz Napierala trasz at FreeBSD.org
Wed May 7 07:44:18 UTC 2014


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) {
 		/*


More information about the svn-src-all mailing list