summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctld/ctld.c
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2014-04-16 11:07:29 +0000
committertrasz <trasz@FreeBSD.org>2014-04-16 11:07:29 +0000
commit18bde13fd9d9136aa8bd5ad2506a11846e480ae7 (patch)
tree74009567597915dd5747a33031bf3ef51d00843d /usr.sbin/ctld/ctld.c
parenta926ac6eae67b539d4dd4a4b8be3ec7f0e808df2 (diff)
downloadFreeBSD-src-18bde13fd9d9136aa8bd5ad2506a11846e480ae7.zip
FreeBSD-src-18bde13fd9d9136aa8bd5ad2506a11846e480ae7.tar.gz
English.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.sbin/ctld/ctld.c')
-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