git: 9front

Download patch

ref: c1dd7b0094702a1055781a2a1e89d69b8539818f
parent: ab8e30003aeb62bdcb1a8c32738a8df4d3d72b4e
author: cinap_lenrek <cinap_lenrek@centraldogma>
date: Wed Dec 21 21:33:49 EST 2011

swap: make sure swapchan doesnt use the mntcache

--- a/sys/src/9/port/swap.c
+++ b/sys/src/9/port/swap.c
@@ -432,7 +432,7 @@
 			swapalloc.free = conf.nswap;
 		}
 	}
-
+	c->flag &= ~CCACHE;
 	swapimage.c = c;
 }
 
--