Page MenuHomeFreeBSD

D51692.1775788199.diff
No OneTemporary

Size
438 B
Referenced Files
None
Subscribers
None

D51692.1775788199.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
@@ -4717,7 +4717,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 10, 2:29 AM (7 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28311689
Default Alt Text
D51692.1775788199.diff (438 B)

Event Timeline