From: Michael S. Tsirkin Date: Mon, 17 Jul 2006 15:20:51 +0000 (+0300) Subject: IB/uverbs: Fix unlocking in error paths X-Git-Tag: v2.6.18-rc3~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec924b4726e3df000d3ac7ae10cb8ef1adcd60ca;p=pandora-kernel.git IB/uverbs: Fix unlocking in error paths ib_uverbs_create_ah() and ib_uverbs_create_srq() did not release the PD's read lock in their error paths, which lead to deadlock when destroying the PD. Signed-off-by: Michael S. Tsirkin Signed-off-by: Roland Dreier --- Reading git-diff-tree failed