diff options
Diffstat (limited to 'mm/page_alloc.c')
| -rw-r--r-- | mm/page_alloc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 2b8ba3aebf6..99930ec7d14 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -1408,7 +1408,7 @@ static int should_fail_alloc_page(gfp_t gfp_mask, unsigned int order)  static int __init fail_page_alloc_debugfs(void)  { -	mode_t mode = S_IFREG | S_IRUSR | S_IWUSR; +	umode_t mode = S_IFREG | S_IRUSR | S_IWUSR;  	struct dentry *dir;  	dir = fault_create_debugfs_attr("fail_page_alloc", NULL,  |