[master] 2e6178c Revert "be paranoid when marking workspace overflows"

Nils Goroll nils.goroll at uplex.de
Fri Apr 20 12:15:14 UTC 2018


commit 2e6178c0b24ee025a5f4e0e02a644b6086f29973
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Fri Apr 20 14:13:08 2018 +0200

    Revert "be paranoid when marking workspace overflows"
    
    No need to remain paranoid when the actual root case is dead
    simple (see previous commit)
    
    This reverts commit f5ce55168a2d31eb24e7ea2a12036d1dc489235c.
    
    Ref: #2645

diff --git a/bin/varnishd/cache/cache_ws.c b/bin/varnishd/cache/cache_ws.c
index a6038de..3ec5ec0 100644
--- a/bin/varnishd/cache/cache_ws.c
+++ b/bin/varnishd/cache/cache_ws.c
@@ -31,7 +31,6 @@
 #include "config.h"
 
 #include "cache_varnishd.h"
-#include "vmb.h"
 
 #include <stdio.h>
 
@@ -116,7 +115,6 @@ WS_MarkOverflow(struct ws *ws)
 	CHECK_OBJ_NOTNULL(ws, WS_MAGIC);
 
 	ws->id[0] &= ~0x20;		// cheesy toupper()
-	VWMB();
 }
 
 static void


More information about the varnish-commit mailing list