commit | 94dba4918d4570bfa98776e54a5fa527c848dc78 | [log] [tgz] |
---|---|---|
author | Tom Tucker <tom@opengridcomputing.com> | Wed May 28 13:20:24 2008 -0500 |
committer | Tom Tucker <tom@opengridcomputing.com> | Wed Jul 02 15:01:57 2008 -0500 |
tree | c861aac6e5eb5eec55be012c71655ba7178445ae | |
parent | 87295b6c5c7fd7bbc0ce3e7f42d2adbbac7352b9 [diff] |
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>