diff options
author | Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com> | 2012-10-08 19:29:59 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-09 03:22:28 -0400 |
commit | 227e4047488d3ee0173a914275a7fd207ad51e5b (patch) | |
tree | 399966ad453103c7a45caf52eee185749ccea796 /mm | |
parent | 17c230afa58a6d013a4949d5c04b823a281d40fa (diff) |
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.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mm/huge_memory.c b/mm/huge_memory.c index a169c4dbcdd..e19cc426c52 100644 --- a/mm/huge_memory.c +++ b/mm/huge_memory.c | |||
@@ -225,9 +225,6 @@ static ssize_t enabled_store(struct kobject *kobj, | |||
225 | ret = err; | 225 | ret = err; |
226 | } | 226 | } |
227 | 227 | ||
228 | if (ret > 0 && khugepaged_enabled()) | ||
229 | set_recommended_min_free_kbytes(); | ||
230 | |||
231 | return ret; | 228 | return ret; |
232 | } | 229 | } |
233 | static struct kobj_attribute enabled_attr = | 230 | static struct kobj_attribute enabled_attr = |
@@ -562,8 +559,6 @@ static int __init hugepage_init(void) | |||
562 | 559 | ||
563 | start_khugepaged(); | 560 | start_khugepaged(); |
564 | 561 | ||
565 | set_recommended_min_free_kbytes(); | ||
566 | |||
567 | return 0; | 562 | return 0; |
568 | out: | 563 | out: |
569 | hugepage_exit_sysfs(hugepage_kobj); | 564 | hugepage_exit_sysfs(hugepage_kobj); |