From: Tom Tucker Date: Wed, 28 May 2008 18:20:24 +0000 (-0500) Subject: svcrdma: Remove unneeded spin locks from __svc_rdma_free X-Git-Tag: v2.6.27-rc1~961^2~12^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94dba4918d4570bfa98776e54a5fa527c848dc78;p=pandora-kernel.git svcrdma: Remove unneeded spin locks from __svc_rdma_free At the time __svc_rdma_free is called, we are guaranteed that all references to this transport are gone. There is, therefore, no need to protect the resource lists with a spin lock. Signed-off-by: Tom Tucker --- Reading git-diff-tree failed