From: David Teigland Date: Thu, 8 Mar 2012 18:37:12 +0000 (-0600) Subject: dlm: fix slow rsb search in dir recovery X-Git-Tag: v3.4-rc1~162^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7210cb7a72a22303cdb225bd1aea28697a17bbae;p=pandora-kernel.git dlm: fix slow rsb search in dir recovery The function used to find an rsb during directory recovery was searching the single linear list of rsb's. This wasted a lot of time compared to using the standard hash table to find the rsb. Signed-off-by: David Teigland --- Reading git-diff-tree failed