Skip to content

Commit

Permalink
thp: remove unnecessary set_recommended_min_free_kbytes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Xiao Guangrong authored and Linus Torvalds committed Oct 9, 2012
1 parent 17c230a commit 227e404
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mm/huge_memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 227e404

Please sign in to comment.