diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 2001-02-23 14:42:40 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 2001-02-23 14:42:40 +0000 |
commit | 96e821437735f981862bb50be47e2c291a615907 (patch) | |
tree | 163b1a3c8a068ad3cf4e4e6e3ba48d03a79eec2c /sys/adosfs | |
parent | 51008faf3223ac4bc87038c7550574709c459445 (diff) |
Remove the clustering fields from the vnodes and place them in the
file system inode instead
Diffstat (limited to 'sys/adosfs')
-rw-r--r-- | sys/adosfs/advnops.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/adosfs/advnops.c b/sys/adosfs/advnops.c index 9c900a82d90..2ea1c91f482 100644 --- a/sys/adosfs/advnops.c +++ b/sys/adosfs/advnops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: advnops.c,v 1.15 1998/08/21 23:03:16 csapuntz Exp $ */ +/* $OpenBSD: advnops.c,v 1.16 2001/02/23 14:42:37 csapuntz Exp $ */ /* $NetBSD: advnops.c,v 1.32 1996/10/13 02:52:09 christos Exp $ */ /* @@ -310,7 +310,6 @@ adosfs_read(v) */ error = bread(sp->a_vp, lbn * amp->secsperblk, amp->bsize, NOCRED, &bp); - sp->a_vp->v_lastr = lbn; if (!IS_FFS(amp)) { if (bp->b_resid > 0) |