From: Tom Tucker Date: Thu, 1 May 2008 01:44:39 +0000 (-0500) Subject: svcrdma: Use standard Linux lists for context cache X-Git-Tag: v2.6.26-rc4~90^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8740767376b32a7772607e1b2b07cde0c24120cc;p=pandora-kernel.git 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 --- Reading git-diff-tree failed