summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r--mm/page_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 07b3c23762ad..1521100f1e63 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -3061,7 +3061,7 @@ static bool should_fail_alloc_page(gfp_t gfp_mask, unsigned int order)
3061 3061
3062static int __init fail_page_alloc_debugfs(void) 3062static int __init fail_page_alloc_debugfs(void)
3063{ 3063{
3064 umode_t mode = S_IFREG | S_IRUSR | S_IWUSR; 3064 umode_t mode = S_IFREG | 0600;
3065 struct dentry *dir; 3065 struct dentry *dir;
3066 3066
3067 dir = fault_create_debugfs_attr("fail_page_alloc", NULL, 3067 dir = fault_create_debugfs_attr("fail_page_alloc", NULL,