summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctld
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2014-05-07 07:44:17 +0000
committertrasz <trasz@FreeBSD.org>2014-05-07 07:44:17 +0000
commit4dda47a3faae36eb1a81987008dca9a3d1626beb (patch)
tree97db1ee86fc5909e7a9aa0b6ba8b1bed4e0463f9 /usr.sbin/ctld
parent854e04966d12491fc82327e77ee99e4eb3c88fb0 (diff)
downloadFreeBSD-src-4dda47a3faae36eb1a81987008dca9a3d1626beb.zip
FreeBSD-src-4dda47a3faae36eb1a81987008dca9a3d1626beb.tar.gz
MFC r264535:
English. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.sbin/ctld')
-rw-r--r--usr.sbin/ctld/ctld.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ctld/ctld.c b/usr.sbin/ctld/ctld.c
index 3300d53..2cda316 100644
--- a/usr.sbin/ctld/ctld.c
+++ b/usr.sbin/ctld/ctld.c
@@ -1225,9 +1225,9 @@ conf_apply(struct conf *oldconf, struct conf *newconf)
/*
* 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) {
/*
OpenPOWER on IntegriCloud