diff options
Diffstat (limited to 'mm/huge_memory.c')
-rw-r--r-- | mm/huge_memory.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/huge_memory.c b/mm/huge_memory.c index df67b53ae3c5..f7daa7de8f48 100644 --- a/mm/huge_memory.c +++ b/mm/huge_memory.c | |||
@@ -3452,7 +3452,7 @@ next: | |||
3452 | } | 3452 | } |
3453 | } | 3453 | } |
3454 | 3454 | ||
3455 | pr_info("%lu of %lu THP split", split, total); | 3455 | pr_info("%lu of %lu THP split\n", split, total); |
3456 | 3456 | ||
3457 | return 0; | 3457 | return 0; |
3458 | } | 3458 | } |
@@ -3463,7 +3463,7 @@ static int __init split_huge_pages_debugfs(void) | |||
3463 | { | 3463 | { |
3464 | void *ret; | 3464 | void *ret; |
3465 | 3465 | ||
3466 | ret = debugfs_create_file("split_huge_pages", 0644, NULL, NULL, | 3466 | ret = debugfs_create_file("split_huge_pages", 0200, NULL, NULL, |
3467 | &split_huge_pages_fops); | 3467 | &split_huge_pages_fops); |
3468 | if (!ret) | 3468 | if (!ret) |
3469 | pr_warn("Failed to create split_huge_pages in debugfs"); | 3469 | pr_warn("Failed to create split_huge_pages in debugfs"); |