svcrdma: Remove unneeded spin locks from __svc_rdma_free
authorTom Tucker <tom@opengridcomputing.com>
Wed, 28 May 2008 18:20:24 +0000 (13:20 -0500)
committerTom Tucker <tom@opengridcomputing.com>
Wed, 2 Jul 2008 20:01:57 +0000 (15:01 -0500)
commit94dba4918d4570bfa98776e54a5fa527c848dc78
treec861aac6e5eb5eec55be012c71655ba7178445ae
parent87295b6c5c7fd7bbc0ce3e7f42d2adbbac7352b9
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 <tom@opengridcomputing.com>
net/sunrpc/xprtrdma/svc_rdma_transport.c