Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140126448
D26084.id75899.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
432 B
Referenced Files
None
Subscribers
None
D26084.id75899.diff
View Options
Index: head/sys/compat/linux/linux_mmap.c
===================================================================
--- head/sys/compat/linux/linux_mmap.c
+++ head/sys/compat/linux/linux_mmap.c
@@ -282,6 +282,8 @@
object = entry->object.vm_object;
if (object == NULL)
continue;
+ if ((object->flags & (OBJ_UNMANAGED | OBJ_FICTITIOUS)) != 0)
+ continue;
pstart = OFF_TO_IDX(entry->offset);
if (start > entry->start) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 21, 2:38 PM (4 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27114368
Default Alt Text
D26084.id75899.diff (432 B)
Attached To
Mode
D26084: Skip Linux madvise(MADV_DONTNEED) on unmanaged objects.
Attached
Detach File
Event Timeline
Log In to Comment