summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1998-10-29 11:04:22 +0000
committerdg <dg@FreeBSD.org>1998-10-29 11:04:22 +0000
commitdce7995d53bddff5c6176438c538d03c93accdfa (patch)
tree5a570b9eeada204104f6237bcdae33bbc873efbe /sys
parent3a20ac4f9df44801f322fb4bc7291531ad39003d (diff)
downloadFreeBSD-src-dce7995d53bddff5c6176438c538d03c93accdfa.zip
FreeBSD-src-dce7995d53bddff5c6176438c538d03c93accdfa.tar.gz
Fixed editing error. Pointed out by bde.
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/vfs_bio.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index e4946b1..b94b12f 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);
/*
OpenPOWER on IntegriCloud