From 45ac814c8609174199cadb6f1bbb4baf7c12c94a Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 29 Oct 2007 14:33:17 -0400 Subject: venti: fix sync deadlock, add /proc stub --- src/cmd/venti/srv/dat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cmd/venti/srv/dat.h') diff --git a/src/cmd/venti/srv/dat.h b/src/cmd/venti/srv/dat.h index e0a9e18a..4ed8832c 100644 --- a/src/cmd/venti/srv/dat.h +++ b/src/cmd/venti/srv/dat.h @@ -466,6 +466,8 @@ struct Index AMap *smap; /* mapping of buckets to index sections */ int narenas; AMap *amap; /* mapping from index addesses to arenas */ + + QLock writing; }; /* -- cgit v1.2.3