diff options
| author | John Dyson <dyson@FreeBSD.org> | 1996-03-09 07:02:52 +0000 |
|---|---|---|
| committer | John Dyson <dyson@FreeBSD.org> | 1996-03-09 07:02:52 +0000 |
| commit | 46d66d275b5ef05cb6d85b51179913aacd75fb2b (patch) | |
| tree | ed096f957551b13b3bd6e542b84d7ae676d2c714 /sys/miscfs/specfs | |
| parent | 9212ebc656a394ca29be9aff4a6abfc88ea7d83a (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/specfs')
| -rw-r--r-- | sys/miscfs/specfs/spec_vnops.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/miscfs/specfs/spec_vnops.c b/sys/miscfs/specfs/spec_vnops.c index a78298e342d8..180be5f6a69d 100644 --- a/sys/miscfs/specfs/spec_vnops.c +++ b/sys/miscfs/specfs/spec_vnops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)spec_vnops.c 8.6 (Berkeley) 4/9/94 - * $Id: spec_vnops.c,v 1.26 1995/12/14 09:53:06 phk Exp $ + * $Id: spec_vnops.c,v 1.27 1996/01/01 20:20:45 phk Exp $ */ #include <sys/param.h> @@ -825,6 +825,7 @@ spec_getpages(ap) pmap_clear_modify(VM_PAGE_TO_PHYS(ap->a_m[i])); ap->a_m[i]->dirty = 0; ap->a_m[i]->valid = VM_PAGE_BITS_ALL; + ap->a_m[i]->flags &= ~PG_ZERO; if (i != ap->a_reqpage) { /* * Whether or not to leave the page activated is up in |
