Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[deliverable/linux.git] / kernel / lockdep_proc.c
index ec33c6ad58dd6206113d5add18bc9377f22a4609..d4b3dbc79fdb353cde01ee5eef13b8cf203a34aa 100644 (file)
@@ -680,7 +680,8 @@ static int __init lockdep_proc_init(void)
                    &proc_lockdep_stats_operations);
 
 #ifdef CONFIG_LOCK_STAT
-       proc_create("lock_stat", S_IRUSR, NULL, &proc_lock_stat_operations);
+       proc_create("lock_stat", S_IRUSR | S_IWUSR, NULL,
+                   &proc_lock_stat_operations);
 #endif
 
        return 0;
This page took 0.024926 seconds and 5 git commands to generate.