diff options
| -rw-r--r-- | sys/kern/vfs_bio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index e4946b1211e9..b94b12f6b020 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -11,7 +11,7 @@ * 2. Absolutely no warranty of function or purpose is made by the author * John S. Dyson. * - * $Id: vfs_bio.c,v 1.180 1998/10/25 17:44:52 phk Exp $ + * $Id: vfs_bio.c,v 1.181 1998/10/28 13:36:59 dg Exp $ */ /* @@ -794,7 +794,6 @@ vfs_vmio_release(bp) for (i = 0; i < bp->b_npages; i++) { m = bp->b_pages[i]; bp->b_pages[i] = NULL; - if ((bp->b_flags & B_ASYNC) == 0) vm_page_unwire(m, (bp->b_flags & B_ASYNC) == 0 ? 0 : 1); /* |
