From: Roland Dreier Date: Sun, 23 Jul 2006 22:16:04 +0000 (-0700) Subject: IB/uverbs: Fix lockdep warnings X-Git-Tag: v2.6.18-rc3~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43db2bc04409b1e1b74f9768e3284cec18a87d0b;p=pandora-kernel.git IB/uverbs: Fix lockdep warnings Lockdep warns because uverbs is trying to take uobj->mutex when it already holds that lock. This is because there are really multiple types of uobjs even though all of their locks are initialized in common code. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed