aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorXiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>2012-10-08 16:29:59 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2012-10-09 16:22:28 +0900
commit227e4047488d3ee0173a914275a7fd207ad51e5b (patch)
tree399966ad453103c7a45caf52eee185749ccea796 /mm
parentthp: use khugepaged_enabled to remove duplicate code (diff)
downloadlinux-dev-227e4047488d3ee0173a914275a7fd207ad51e5b.tar.xz
linux-dev-227e4047488d3ee0173a914275a7fd207ad51e5b.zip
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>
Diffstat (limited to 'mm')
-rw-r--r--mm/huge_memory.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/mm/huge_memory.c b/mm/huge_memory.c
index a169c4dbcddc..e19cc426c522 100644
--- a/mm/huge_memory.c
+++ b/mm/huge_memory.c
@@ -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);