We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19abc4 commit a052199Copy full SHA for a052199
kernel/fork.c
@@ -371,7 +371,7 @@ static void free_thread_stack(struct task_struct *tsk)
371
tsk->stack = NULL;
372
}
373
374
-# endif /* CONFIG_VMAP_STACK */
+# endif /* CONFIG_VMAP_STACK */
375
# else /* !(THREAD_SIZE >= PAGE_SIZE || defined(CONFIG_VMAP_STACK)) */
376
377
static struct kmem_cache *thread_stack_cache;
@@ -1344,7 +1344,7 @@ static inline void __mmput(struct mm_struct *mm)
1344
ksm_exit(mm);
1345
khugepaged_exit(mm); /* must run before exit_mmap */
1346
exit_mmap(mm);
1347
- mm_put_huge_zero_folio(mm);
+ mm_put_huge_zero_page(mm);
1348
set_mm_exe_file(mm, NULL);
1349
if (!list_empty(&mm->mmlist)) {
1350
spin_lock(&mmlist_lock);
0 commit comments