From 0d5a72544609f802ca7a76e7596e6f87b5c66944 Mon Sep 17 00:00:00 2001 From: David Greenman Date: Thu, 29 Oct 1998 11:04:22 +0000 Subject: [PATCH] Fixed editing error. Pointed out by bde. --- sys/kern/vfs_bio.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index e4946b1211e..b94b12f6b02 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); /*