svn commit: r264535 - head/usr.sbin/ctld

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Apr 16 11:07:30 UTC 2014


Author: trasz
Date: Wed Apr 16 11:07:29 2014
New Revision: 264535
URL: http://svnweb.freebsd.org/changeset/base/264535

Log:
  English.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/usr.sbin/ctld/ctld.c

Modified: head/usr.sbin/ctld/ctld.c
==============================================================================
--- head/usr.sbin/ctld/ctld.c	Wed Apr 16 11:06:45 2014	(r264534)
+++ head/usr.sbin/ctld/ctld.c	Wed Apr 16 11:07:29 2014	(r264535)
@@ -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