diff options
| author | David Greenman <dg@FreeBSD.org> | 1998-10-28 13:37:02 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1998-10-28 13:37:02 +0000 |
| commit | 730075613afb26b974466f6d13a623bae1641c52 (patch) | |
| tree | 28fc291b6b94c6b8da00990d015d092902de36c1 /sys/fs/procfs | |
| parent | 5ff07d2ee7f16cb017d5c6f9bbe9b9851b0008fc (diff) | |
Notes
Diffstat (limited to 'sys/fs/procfs')
| -rw-r--r-- | sys/fs/procfs/procfs_mem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/procfs/procfs_mem.c b/sys/fs/procfs/procfs_mem.c index c1012f1cb253..22d8f7422876 100644 --- a/sys/fs/procfs/procfs_mem.c +++ b/sys/fs/procfs/procfs_mem.c @@ -37,7 +37,7 @@ * * @(#)procfs_mem.c 8.5 (Berkeley) 6/15/94 * - * $Id: procfs_mem.c,v 1.33 1998/06/07 17:11:57 dfr Exp $ + * $Id: procfs_mem.c,v 1.34 1998/07/15 02:32:19 bde Exp $ */ /* @@ -253,7 +253,7 @@ procfs_rwmem(curp, p, uio) /* * release the page and the object */ - vm_page_unwire(m); + vm_page_unwire(m, 1); vm_object_deallocate(object); object = NULL; |
