commit | f21996255f42eee28048ede652a592d6048b06b3 | [log] [tgz] |
---|---|---|
author | Lance Roy <ldr709@gmail.com> | Tue Oct 02 22:38:49 2018 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Oct 15 20:54:17 2018 +0200 |
tree | 32f2635a761d10678c6751522337da3a4dbd1088 | |
parent | 3b7584a296c4fac45e59ab3a264880e1a2fedbfe [diff] |
sgi-xp: Replace spin_is_locked() with lockdep lockdep_assert_held() is better suited to checking locking requirements, since it won't get confused when someone else holds the lock. This is also a step towards possibly removing spin_is_locked(). Signed-off-by: Lance Roy <ldr709@gmail.com> Cc: Cliff Whickman <cpw@sgi.com> Cc: Arnd Bergmann <arnd@arndb.de> Acked-by: Robin Holt <robinmholt@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>