tools/liblockdep: Account for bitfield changes in lockdeps lock_acquire
authorS. Lockwood-Childs <sjl@dent.vctlabs.com>
Mon, 7 Jul 2014 07:17:33 +0000 (00:17 -0700)
committerSasha Levin <sasha.levin@oracle.com>
Mon, 7 Jul 2014 16:20:16 +0000 (12:20 -0400)
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>

No differences found