Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150474748
D26084.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.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
Thu, Apr 2, 1:06 PM (8 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30689691
Default Alt Text
D26084.diff (432 B)
Attached To
Mode
D26084: Skip Linux madvise(MADV_DONTNEED) on unmanaged objects.
Attached
Detach File
Event Timeline
Log In to Comment