summaryrefslogtreecommitdiff
path: root/scripts/coccinelle/iterators
diff options
context:
space:
mode:
authorRon Mercer <ron.mercer@qlogic.com>2010-12-11 11:06:50 (GMT)
committerDavid S. Miller <davem@davemloft.net>2010-12-12 23:02:57 (GMT)
commit4d7b6b5d247aa71ea27709b9eac1ba6e752fbe87 (patch)
tree0af7a055a47899bd8a6475e182628b5fb1daa5b2 /scripts/coccinelle/iterators
parent36eac2130cdbac08606bb2c05775e52ab79b163c (diff)
downloadlinux-4d7b6b5d247aa71ea27709b9eac1ba6e752fbe87.tar.xz
qlge: Fix deadlock when cancelling worker.
Removing usage of rtnl_lock() to protect firmware interface registers. These registers are accessed in some worker threads and can create a deadlock if rtnl_lock is taken by upper layers while the worker is still pending. We remove rtnl_lock and use a driver mutex just while mailboxes are accessed. Signed-off-by: Ron Mercer <ron.mercer@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/coccinelle/iterators')
0 files changed, 0 insertions, 0 deletions