Skip to content
Commit 9b516010 authored by Stefan Richter's avatar Stefan Richter
Browse files

ieee1394: nodemgr: fix rwsem recursion



nodemgr_update_pdrv grabbed an rw semaphore (as reader) which was
already taken by its caller's caller, nodemgr_probe_ne (as reader too).
Reported by Miles Lane, call path pointed out by Arjan van de Ven.

FIXME:
Shouldn't we rather use class->sem there, not class->subsys.rwsem?

Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent b809289d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment