diff options
author | Li Zefan <[email protected]> | 2009-08-17 13:39:49 +0800 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2009-08-17 09:54:40 +0200 |
commit | e9d65725bdf5954283625ca4d770bfc34f2ae56a (patch) | |
tree | 422219331fb039396ff24d9df6e1d5293cde1bd4 /lib/cpu-notifier-error-inject.c | |
parent | 212274347fc4d2a7c56bf6c953b02c809e7e0be1 (diff) |
lockdep: Fix missing entries in /proc/lock_chains
Two entries are missing in the output of /proc/lock_chains.
One is chains[1]. When lc_next() is called the 1st time,
chains[0] is returned. And when it's called the 2nd time,
chains[2] is returned.
The other missing ons is, when lc_start() is called the 2nd
time, we should start from chains[@pos-1] but not chains[@pos],
because pos == 0 is the header.
Signed-off-by: Li Zefan <[email protected]>
Cc: Peter Zijlstra <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'lib/cpu-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions