separate out the *_bh() lock handling.
commit3a3debd8ecfa9a802c8a49ec7ccb0eb6d02fe7b8
authorDan Carpenter <error27@gmail.com>
Thu, 10 Dec 2009 20:14:35 +0000 (10 22:14 +0200)
committerDan Carpenter <error27@gmail.com>
Thu, 10 Dec 2009 20:14:35 +0000 (10 22:14 +0200)
tree81bb47c97a333f024b876d7ff07ea7f06fcbc5ca
parenta3887c03b0d6b524285a8d11c7cfc9cc96e6230a
separate out the *_bh() lock handling.

Some function do call spin_lock_bh(x) and spin_unlock_bh(y) where x and y
are different locks.  It can be correct code.

Signed-off-by: Dan Carpenter <error27@gmail.com>
check_wine_locking.c