Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102045758
D43455.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
625 B
Referenced Files
None
Subscribers
None
D43455.diff
View Options
diff --git a/sys/compat/linuxkpi/common/src/linux_current.c b/sys/compat/linuxkpi/common/src/linux_current.c
--- a/sys/compat/linuxkpi/common/src/linux_current.c
+++ b/sys/compat/linuxkpi/common/src/linux_current.c
@@ -315,7 +315,7 @@
uma_zone_reserve(linux_current_zone, lkpi_task_resrv);
uma_prealloc(linux_current_zone, lkpi_task_resrv);
linux_mm_zone = uma_zcreate("lkpimm",
- sizeof(struct task_struct), NULL, NULL, NULL, NULL,
+ sizeof(struct mm_struct), NULL, NULL, NULL, NULL,
UMA_ALIGN_PTR, 0);
uma_zone_reserve(linux_mm_zone, lkpi_task_resrv);
uma_prealloc(linux_mm_zone, lkpi_task_resrv);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 7, 10:37 PM (21 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14522223
Default Alt Text
D43455.diff (625 B)
Attached To
Mode
D43455: linuxkpi: correct zone item size for linux_mm_zone
Attached
Detach File
Event Timeline
Log In to Comment