ref: 21312484117fbebf8300841684b613a1b3a993fd
parent: ea5a23d39a5a5313144055481e85689809d65673
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;
}
--
⑨