|
@@ -3452,7 +3452,7 @@ next:
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- pr_info("%lu of %lu THP split", split, total);
|
|
|
+ pr_info("%lu of %lu THP split\n", split, total);
|
|
|
|
|
|
return 0;
|
|
|
}
|
|
@@ -3463,7 +3463,7 @@ static int __init split_huge_pages_debugfs(void)
|
|
|
{
|
|
|
void *ret;
|
|
|
|
|
|
- ret = debugfs_create_file("split_huge_pages", 0644, NULL, NULL,
|
|
|
+ ret = debugfs_create_file("split_huge_pages", 0200, NULL, NULL,
|
|
|
&split_huge_pages_fops);
|
|
|
if (!ret)
|
|
|
pr_warn("Failed to create split_huge_pages in debugfs");
|