From 2e3b80968606dfa31a6b8981764e0f79d35068c6 Mon Sep 17 00:00:00 2001 From: rsc Date: Wed, 13 Jul 2005 14:00:00 +0000 Subject: no vtblockdirty --- include/venti.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/venti.h b/include/venti.h index 8a416b53..acb255d2 100644 --- a/include/venti.h +++ b/include/venti.h @@ -427,7 +427,6 @@ u32int vtcacheblocksize(VtCache*); int vtblockwrite(VtBlock*); VtBlock *vtblockcopy(VtBlock*); void vtblockduplock(VtBlock*); -int vtblockdirty(VtBlock*); /* * Hash tree file tree. @@ -446,6 +445,7 @@ struct VtFile int mode; u32int gen; int dsize; + int psize; int dir; VtFile *parent; int epb; /* entries per block in parent */ -- cgit v1.2.3