Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156555
b: refs/heads/master
c: 9795447
h: refs/heads/master
i:
  156553: 369f6dd
  156551: 4d64a9f
v: v3
  • Loading branch information
Li Zefan authored and Ingo Molnar committed Aug 7, 2009
1 parent 7da701f commit 2ce1937
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1bbf20835c4e088667a090ce6523a0f70b62dc76
refs/heads/master: 9795447f71324d8f14c19ed68b43c883135c3f59
3 changes: 2 additions & 1 deletion trunk/kernel/lockdep_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2ce1937

Please sign in to comment.