diff options
author | David S. Miller <davem@davemloft.net> | 2017-02-17 22:19:39 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-02-17 22:19:39 +0100 |
commit | 4c03b862b12f980456f9de92db6d508a4999b788 (patch) | |
tree | 1e04c243957386fbd888c5accf4e88e7cc50bf78 /kernel | |
parent | vxlan: fix oops in dev_fill_metadata_dst (diff) | |
download | linux-4c03b862b12f980456f9de92db6d508a4999b788.tar.xz linux-4c03b862b12f980456f9de92db6d508a4999b788.zip |
irda: Fix lockdep annotations in hashbin_delete().
A nested lock depth was added to the hasbin_delete() code but it
doesn't actually work some well and results in tons of lockdep splats.
Fix the code instead to properly drop the lock around the operation
and just keep peeking the head of the hashbin queue.
Reported-by: Dmitry Vyukov <dvyukov@google.com>
Tested-by: Dmitry Vyukov <dvyukov@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions