diff options
author | S. Lockwood-Childs <sjl@dent.vctlabs.com> | 2014-07-07 00:17:33 -0700 |
---|---|---|
committer | Sasha Levin <sasha.levin@oracle.com> | 2014-07-07 12:20:16 -0400 |
commit | b10827814e9c81c5a14fb73c5a6e06bd85df3f94 (patch) | |
tree | 8204c0016c6fd62fb45460199a4ec6235fbf1e72 /kernel/locking/mutex.c | |
parent | 0c37c686b336aeead2f0b982f24eafaeb19435b1 (diff) | |
download | linux-b10827814e9c81c5a14fb73c5a6e06bd85df3f94.tar.bz2 |
tools/liblockdep: Account for bitfield changes in lockdeps lock_acquire
Commit fb9edbe984 shortened held_lock->check from a 2-bit field
to a 1-bit field.
Make liblockdep compatible with the new definition by passing check=1
to lock_acquire() calls, rather than the old value check=2 (which
inadvertently disabled checks by overflowing to 0).
Without this fix, several of the test cases in liblockdep run_tests.sh
were failing.
Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Diffstat (limited to 'kernel/locking/mutex.c')
0 files changed, 0 insertions, 0 deletions