Page MenuHomeFreeBSD

D43455.diff
No OneTemporary

D43455.diff

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

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)

Event Timeline