summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-01-10 09:20:34 +0000
committerdg <dg@FreeBSD.org>1995-01-10 09:20:34 +0000
commita2901dd1f4e9676d381b5775d89f3fc7834b1b93 (patch)
treea77d3337fc5b40d8920a22049c0b57d4ae9073e4
parentf777abbc67842c084c0dbe0a59c39e8f8fcdafaf (diff)
downloadFreeBSD-src-a2901dd1f4e9676d381b5775d89f3fc7834b1b93.zip
FreeBSD-src-a2901dd1f4e9676d381b5775d89f3fc7834b1b93.tar.gz
PG_FAKE is no longer used - so don't bother to clear it.
-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 1c9e724..d823870 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -18,7 +18,7 @@
* 5. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: vfs_bio.c,v 1.17 1995/01/09 16:04:52 davidg Exp $
+ * $Id: vfs_bio.c,v 1.18 1995/01/10 07:32:35 davidg Exp $
*/
/*
@@ -1349,7 +1349,6 @@ biodone(register struct buf * bp)
m->valid, m->dirty, m->bmapped);
panic("biodone: page busy < 0\n");
}
- m->flags &= ~PG_FAKE;
--m->busy;
PAGE_WAKEUP(m);
--obj->paging_in_progress;
OpenPOWER on IntegriCloud