summaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2018-06-01 19:53:16 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2018-06-01 19:53:16 +1000
commit8924e611277fbbfd3376e6d794c226b3856e296f (patch)
treedeb8a2c0c0da1684df61657ad917629bd3b46a50 /mm/page_alloc.c
parent8a7cb75e61d8d47e5c3f696d47de049a90923cbf (diff)
parent00105f98ec0f3e1d93c29460602427c650f6984c (diff)
Merge branch 'akpm/master'
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 ccf80e97181a..1772513358e9 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)
static int __init fail_page_alloc_debugfs(void)
{
- umode_t mode = S_IFREG | S_IRUSR | S_IWUSR;
+ umode_t mode = S_IFREG | 0600;
struct dentry *dir;
dir = fault_create_debugfs_attr("fail_page_alloc", NULL,