summaryrefslogtreecommitdiffstats
path: root/sys/vm/device_pager.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/device_pager.c')
-rw-r--r--sys/vm/device_pager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/device_pager.c b/sys/vm/device_pager.c
index 77f31a1..740abd6 100644
--- a/sys/vm/device_pager.c
+++ b/sys/vm/device_pager.c
@@ -295,8 +295,8 @@ dev_pager_getfake(paddr)
m = uma_zalloc(fakepg_zone, M_WAITOK);
- m->flags = PG_BUSY | PG_FICTITIOUS;
- m->oflags = 0;
+ m->flags = PG_FICTITIOUS;
+ m->oflags = VPO_BUSY;
m->valid = VM_PAGE_BITS_ALL;
m->dirty = 0;
m->busy = 0;
OpenPOWER on IntegriCloud