Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152511459
D56234.id174916.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
689 B
Referenced Files
None
Subscribers
None
D56234.id174916.diff
View Options
diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c
--- a/sys/vm/vm_fault.c
+++ b/sys/vm/vm_fault.c
@@ -273,8 +273,6 @@
static void
vm_fault_deallocate(struct faultstate *fs)
{
-
- fs->m_needs_zeroing = true;
vm_fault_page_release(&fs->m_cow);
vm_fault_page_release(&fs->m);
vm_object_pip_wakeup(fs->object);
@@ -1708,7 +1706,6 @@
fs.fault_flags = fault_flags;
fs.map = map;
fs.lookup_still_valid = false;
- fs.m_needs_zeroing = true;
fs.oom_started = false;
fs.nera = -1;
fs.can_read_lock = true;
@@ -1717,6 +1714,7 @@
RetryFault:
fs.fault_type = fault_type;
+ fs.m_needs_zeroing = true;
/*
* Find the backing store object and offset into it to begin the
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 16, 10:24 AM (9 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30887296
Default Alt Text
D56234.id174916.diff (689 B)
Attached To
Mode
D56234: vm_fault: Reset m_needs_zeroing in vm_fault_busy_sleep()
Attached
Detach File
Event Timeline
Log In to Comment