r4223 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Wed Sep 2 18:43:19 CEST 2009


Author: phk
Date: 2009-09-02 18:43:18 +0200 (Wed, 02 Sep 2009)
New Revision: 4223

Modified:
   trunk/varnish-cache/bin/varnishd/cache_center.c
Log:
A clarifying comment.



Modified: trunk/varnish-cache/bin/varnishd/cache_center.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_center.c	2009-09-02 15:43:33 UTC (rev 4222)
+++ trunk/varnish-cache/bin/varnishd/cache_center.c	2009-09-02 16:43:18 UTC (rev 4223)
@@ -502,6 +502,12 @@
 			HSH_DerefObjCore(sp);
 	}
 
+	/*
+	 * At this point we are either committed to flesh out the busy
+	 * object we have in the hash or we have let go of it if we ever
+	 * had one.
+	 */
+
 	if (sp->wrk->cacheable) {
 		CHECK_OBJ_NOTNULL(sp->objhead, OBJHEAD_MAGIC);
 		CHECK_OBJ_NOTNULL(sp->objcore, OBJCORE_MAGIC);



More information about the varnish-commit mailing list