Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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);