URI:
       tno vtblockdirty - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 2e3b80968606dfa31a6b8981764e0f79d35068c6
   DIR parent c1e6f6426f830d662054960543054b0ae40a8504
  HTML Author: rsc <devnull@localhost>
       Date:   Wed, 13 Jul 2005 14:00:00 +0000
       
       no vtblockdirty
       
       Diffstat:
         M include/venti.h                     |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/include/venti.h b/include/venti.h
       t@@ -427,7 +427,6 @@ u32int vtcacheblocksize(VtCache*);
        int vtblockwrite(VtBlock*);
        VtBlock *vtblockcopy(VtBlock*);
        void vtblockduplock(VtBlock*);
       -int vtblockdirty(VtBlock*);
        
        /*
         * Hash tree file tree.
       t@@ -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 */