Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102629015
D38985.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
571 B
Referenced Files
None
Subscribers
None
D38985.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
@@ -1431,10 +1431,9 @@
}
/*
- * Default objects have no pager so no exclusive busy exists
- * to protect this page in the chain. Skip to the next
- * object without dropping the lock to preserve atomicity of
- * shadow faults.
+ * Check to see if the pager can possibly satisfy this fault.
+ * If not, skip to the next object without dropping the lock to
+ * preserve atomicity of shadow faults.
*/
if (fault_object_needs_getpages(fs->object)) {
/*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 1:23 AM (21 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14650535
Default Alt Text
D38985.diff (571 B)
Attached To
Mode
D38985: vm_fault: Update a comment to reflect the removal of the default pager
Attached
Detach File
Event Timeline
Log In to Comment