checkpoint

This commit is contained in:
rsc 2007-04-27 17:52:24 +00:00
parent 9ec61f3ede
commit 7e4524011b
10 changed files with 97 additions and 50 deletions

View file

@ -181,6 +181,7 @@ icachewritesect(Index *ix, ISect *is, u8int *buf)
err = -1;
continue;
}
flushpart(is->part);
addstat(StatIsectWriteBytes, nbuf);
addstat(StatIsectWrite, 1);
icacheclean(chunk);