commit | 8740767376b32a7772607e1b2b07cde0c24120cc | [log] [tgz] |
---|---|---|
author | Tom Tucker <tom@opengridcomputing.com> | Wed Apr 30 20:44:39 2008 -0500 |
committer | Tom Tucker <tom@opengridcomputing.com> | Mon May 19 07:33:52 2008 -0500 |
tree | 62e9831548e0cdd2e70951a9ab9df4b93ca440aa | |
parent | 02e7452de74d308ca642f54f7e5ef801ced60a92 [diff] |
svcrdma: Use standard Linux lists for context cache Replace the one-off linked list implementation used to implement the context cache with the standard Linux list_head lists. Add a context counter to catch resource leaks. A WARN_ON will be added later to ensure that we've freed all contexts. Signed-off-by: Tom Tucker <tom@opengridcomputing.com>