Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F132937265
D37719.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
406 B
Referenced Files
None
Subscribers
None
D37719.id.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
@@ -4713,8 +4713,10 @@
*mp = NULL;
return (VM_PAGER_FAIL);
} else if ((m = vm_page_alloc(object, pindex, pflags)) == NULL) {
- if (!vm_pager_can_alloc_page(object, pindex))
+ if (!vm_pager_can_alloc_page(object, pindex)) {
+ *mp = NULL;
return (VM_PAGER_AGAIN);
+ }
goto retrylookup;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Oct 22, 8:04 AM (5 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24049785
Default Alt Text
D37719.id.diff (406 B)
Attached To
Mode
D37719: vm_page_grab_valid(): clear *mp in case of pager denying page allocation
Attached
Detach File
Event Timeline
Log In to Comment