aboutsummaryrefslogtreecommitdiff
path: root/src/libventi
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-07-13 13:59:50 +0000
committerrsc <devnull@localhost>2005-07-13 13:59:50 +0000
commitc1e6f6426f830d662054960543054b0ae40a8504 (patch)
tree9b32e06bd93db2036faf003dc3fe2498f37b704a /src/libventi
parente9254adc8f015c3ed422ce488801ed123c4a0749 (diff)
downloadplan9port-c1e6f6426f830d662054960543054b0ae40a8504.tar.gz
plan9port-c1e6f6426f830d662054960543054b0ae40a8504.tar.bz2
plan9port-c1e6f6426f830d662054960543054b0ae40a8504.zip
update
Diffstat (limited to 'src/libventi')
-rw-r--r--src/libventi/file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libventi/file.c b/src/libventi/file.c
index 7c245fc2..89b307c6 100644
--- a/src/libventi/file.c
+++ b/src/libventi/file.c
@@ -86,6 +86,7 @@ vtfilealloc(VtCache *c, VtBlock *b, VtFile *p, u32int offset, int mode)
r->c = c;
r->mode = mode;
r->dsize = e.dsize;
+ r->psize = e.psize;
r->gen = e.gen;
r->dir = (e.type & VtTypeBaseMask) == VtDirType;
r->ref = 1;