Skip to content

Commit a052199

Browse files
authored
Merged PR torvalds#870 from torvalds/linux (zhifanl)
1 parent c19abc4 commit a052199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/fork.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ static void free_thread_stack(struct task_struct *tsk)
371371
tsk->stack = NULL;
372372
}
373373

374-
# endif /* CONFIG_VMAP_STACK */
374+
# endif /* CONFIG_VMAP_STACK */
375375
# else /* !(THREAD_SIZE >= PAGE_SIZE || defined(CONFIG_VMAP_STACK)) */
376376

377377
static struct kmem_cache *thread_stack_cache;
@@ -1344,7 +1344,7 @@ static inline void __mmput(struct mm_struct *mm)
13441344
ksm_exit(mm);
13451345
khugepaged_exit(mm); /* must run before exit_mmap */
13461346
exit_mmap(mm);
1347-
mm_put_huge_zero_folio(mm);
1347+
mm_put_huge_zero_page(mm);
13481348
set_mm_exe_file(mm, NULL);
13491349
if (!list_empty(&mm->mmlist)) {
13501350
spin_lock(&mmlist_lock);

0 commit comments

Comments
 (0)