Page MenuHomeFreeBSD

D51692.id159614.diff
No OneTemporary

D51692.id159614.diff

diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c
--- a/sys/vm/vm_page.c
+++ b/sys/vm/vm_page.c
@@ -4713,7 +4713,7 @@
pflags = allocflags &
~(VM_ALLOC_NOWAIT | VM_ALLOC_WAITOK | VM_ALLOC_WAITFAIL |
- VM_ALLOC_NOBUSY | VM_ALLOC_IGN_SBUSY);
+ VM_ALLOC_NOBUSY | VM_ALLOC_IGN_SBUSY | VM_ALLOC_NOCREAT);
if ((allocflags & VM_ALLOC_NOWAIT) == 0)
pflags |= VM_ALLOC_WAITFAIL;
if ((allocflags & VM_ALLOC_IGN_SBUSY) != 0)

File Metadata

Mime Type
text/plain
Expires
Fri, Apr 24, 12:55 PM (1 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32077408
Default Alt Text
D51692.id159614.diff (438 B)

Event Timeline