Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144614192
D51692.1775788199.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
438 B
Referenced Files
None
Subscribers
None
D51692.1775788199.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D51692: vm_page: Clear VM_ALLOC_NOCREAT in vm_page_grab_pflags()
Attached
Detach File
Event Timeline
Log In to Comment