diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2000-12-26 19:41:38 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2000-12-26 19:41:38 +0000 |
| commit | 2b6b0df7122d70d32da785937c35292cbcc372b6 (patch) | |
| tree | 4cf765d60a2bf719ed5af9b0b5febf8ee0c68c8c /sys/miscfs | |
| parent | 590a0be0360b4e75df25e5af746ef44dd5bde8b1 (diff) | |
Notes
Diffstat (limited to 'sys/miscfs')
| -rw-r--r-- | sys/miscfs/specfs/spec_vnops.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/miscfs/specfs/spec_vnops.c b/sys/miscfs/specfs/spec_vnops.c index 582bece3ba78..f3d7f11f0644 100644 --- a/sys/miscfs/specfs/spec_vnops.c +++ b/sys/miscfs/specfs/spec_vnops.c @@ -684,6 +684,8 @@ spec_getpages(ap) bp->b_bcount = size; bp->b_bufsize = size; bp->b_resid = 0; + bp->b_runningbufspace = bp->b_bufsize; + runningbufspace += bp->b_runningbufspace; cnt.v_vnodein++; cnt.v_vnodepgsin += pcount; |
