diff --git a/[refs] b/[refs] index 968a8f2c38b5..ad61971bba91 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1bbf20835c4e088667a090ce6523a0f70b62dc76 +refs/heads/master: 9795447f71324d8f14c19ed68b43c883135c3f59 diff --git a/trunk/kernel/lockdep_proc.c b/trunk/kernel/lockdep_proc.c index d7135aa2d2c4..e94caa666dba 100644 --- a/trunk/kernel/lockdep_proc.c +++ b/trunk/kernel/lockdep_proc.c @@ -758,7 +758,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;