mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-02 18:49:54 +07:00
thp: remove unnecessary set_recommended_min_free_kbytes
Since it is called in start_khugepaged Signed-off-by: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com> Cc: Andrea Arcangeli <aarcange@redhat.com> Cc: Hugh Dickins <hughd@google.com> Cc: David Rientjes <rientjes@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
17c230afa5
commit
227e404748
@ -225,9 +225,6 @@ static ssize_t enabled_store(struct kobject *kobj,
|
||||
ret = err;
|
||||
}
|
||||
|
||||
if (ret > 0 && khugepaged_enabled())
|
||||
set_recommended_min_free_kbytes();
|
||||
|
||||
return ret;
|
||||
}
|
||||
static struct kobj_attribute enabled_attr =
|
||||
@ -562,8 +559,6 @@ static int __init hugepage_init(void)
|
||||
|
||||
start_khugepaged();
|
||||
|
||||
set_recommended_min_free_kbytes();
|
||||
|
||||
return 0;
|
||||
out:
|
||||
hugepage_exit_sysfs(hugepage_kobj);
|
||||
|
Loading…
Reference in New Issue
Block a user