mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
venti-cache(3): delete vtblockdirty
This commit is contained in:
parent
64f9764ea9
commit
a8e7aff24a
1 changed files with 0 additions and 4 deletions
|
@ -2,7 +2,6 @@
|
||||||
.SH NAME
|
.SH NAME
|
||||||
VtBlock, VtCache,
|
VtBlock, VtCache,
|
||||||
vtblockcopy,
|
vtblockcopy,
|
||||||
vtblockdirty,
|
|
||||||
vtblockduplock,
|
vtblockduplock,
|
||||||
vtblockput,
|
vtblockput,
|
||||||
vtblockwrite,
|
vtblockwrite,
|
||||||
|
@ -77,9 +76,6 @@ void vtcachesetwrite(VtCache *c,
|
||||||
.PP
|
.PP
|
||||||
.B
|
.B
|
||||||
VtBlock* vtblockcopy(VtBlock *b);
|
VtBlock* vtblockcopy(VtBlock *b);
|
||||||
.PP
|
|
||||||
.B
|
|
||||||
int vtblockdirty(VtBlock *b);
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
These functions provide access to a simple in-memory
|
These functions provide access to a simple in-memory
|
||||||
cache of blocks already stored on a Venti server
|
cache of blocks already stored on a Venti server
|
||||||
|
|
Loading…
Reference in a new issue