diff options
Diffstat (limited to 'mm/slub.c')
-rw-r--r-- | mm/slub.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4758,7 +4758,7 @@ static const struct file_operations proc_slabinfo_operations = { | |||
4758 | 4758 | ||
4759 | static int __init slab_proc_init(void) | 4759 | static int __init slab_proc_init(void) |
4760 | { | 4760 | { |
4761 | proc_create("slabinfo",S_IWUSR|S_IRUGO,NULL,&proc_slabinfo_operations); | 4761 | proc_create("slabinfo", S_IRUGO, NULL, &proc_slabinfo_operations); |
4762 | return 0; | 4762 | return 0; |
4763 | } | 4763 | } |
4764 | module_init(slab_proc_init); | 4764 | module_init(slab_proc_init); |