From: Stefan Richter Date: Wed, 6 Sep 2006 17:04:00 +0000 (+0200) Subject: ieee1394: nodemgr: fix rwsem recursion X-Git-Tag: v2.6.19-rc1~644^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b516010863195ba7db061233a3eeffe779130e8;p=pandora-kernel.git 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: Stefan Richter --- Reading git-diff-tree failed