git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9062920
)
lockdep: Fix missing entry in /proc/lock_stat
author
Li Zefan
<lizf@cn.fujitsu.com>
Mon, 17 Aug 2009 05:39:33 +0000
(13:39 +0800)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 17 Aug 2009 07:54:39 +0000
(09:54 +0200)
One entry is missing in the output of /proc/lock_stat.
The cause is, when ls_start() is called the 2nd time, we should
start from stats[@pos-1] but not stats[@pos], because pos == 0
is the header.
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Cc: Peter Zijlstra <peterz@infradead.org>
LKML-Reference: <
4A88ED15
.20800@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/lockdep_proc.c
patch
|
blob
|
history
diff --cc
kernel/lockdep_proc.c
Simple merge