aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/venti/lump.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-03-12 18:28:14 +0000
committerrsc <devnull@localhost>2004-03-12 18:28:14 +0000
commit9ffbb5adcaeec878d3b6db0f8b1f654e839b4689 (patch)
treebfd7abf95e87e3b97f3ae2e0ae3bf59c30839cc7 /src/cmd/venti/lump.c
parent7c5190d2c854128fb607289e9d83379e522c7090 (diff)
downloadplan9port-9ffbb5adcaeec878d3b6db0f8b1f654e839b4689.tar.gz
plan9port-9ffbb5adcaeec878d3b6db0f8b1f654e839b4689.tar.bz2
plan9port-9ffbb5adcaeec878d3b6db0f8b1f654e839b4689.zip
Checkpoint.
Add disk caching code and first draft of fractional index.
Diffstat (limited to 'src/cmd/venti/lump.c')
-rw-r--r--src/cmd/venti/lump.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/venti/lump.c b/src/cmd/venti/lump.c
index c449f022..746a89ca 100644
--- a/src/cmd/venti/lump.c
+++ b/src/cmd/venti/lump.c
@@ -81,7 +81,6 @@ writelump(Packet *p, u8int *score, int type, u32int creator)
return ok;
}
-print("writelump %08x\n", mainindex->arenas[0]);
if(queuewrites)
return queuewrite(u, p, creator);