Commit 227e4047 authored by Xiao Guangrong's avatar Xiao Guangrong Committed by Linus Torvalds

thp: remove unnecessary set_recommended_min_free_kbytes

Since it is called in start_khugepaged
Signed-off-by: default avatarXiao 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: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment