From: Roland Dreier Date: Tue, 15 Jul 2008 06:48:43 +0000 (-0700) Subject: IB/srp: Remove use of cached P_Key/GID queries X-Git-Tag: v2.6.27-rc1~1090^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=969a60f9db3f879f95bd37026a3c3bf02cc2568f;p=pandora-kernel.git IB/srp: Remove use of cached P_Key/GID queries The SRP initiator is currently using ib_find_cached_pkey() and ib_get_cached_gid() in situations where the uncached ib_find_pkey() and ib_query_gid() functions serve just as well: sleeping is allowed and performance is not an issue. Since we want to eliminate the cached operations in the long term, convert SRP to use the uncached variants. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed