提交 227e4047 编写于 作者: X Xiao Guangrong 提交者: Linus Torvalds

thp: remove unnecessary set_recommended_min_free_kbytes

Since it is called in start_khugepaged
Signed-off-by: NXiao 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: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 17c230af
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册