aboutsummaryrefslogtreecommitdiff
path: root/src/libdiskfs/venti.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libdiskfs/venti.c')
-rw-r--r--src/libdiskfs/venti.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libdiskfs/venti.c b/src/libdiskfs/venti.c
index 5d8528c2..cf246f98 100644
--- a/src/libdiskfs/venti.c
+++ b/src/libdiskfs/venti.c
@@ -56,14 +56,14 @@ _vtfileblock(VtCache *c, VtEntry *e, u32int bn)
return nil;
}
-//fprint(2, "vtread %V\n", e->score);
+/*fprint(2, "vtread %V\n", e->score); */
b = vtcacheglobal(c, e->score, e->type);
if(b == nil)
return nil;
for(i=d-1; i>=0; i--){
t = VtDataType+i;
-//fprint(2, "vtread %V\n", b->data+index[i]*VtScoreSize);
+/*fprint(2, "vtread %V\n", b->data+index[i]*VtScoreSize); */
bb = vtcacheglobal(c, b->data+index[i]*VtScoreSize, t);
vtblockput(b);
if(bb == nil)