git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
192cfd5
)
dlm: fix slow rsb search in dir recovery
author
David Teigland
<teigland@redhat.com>
Thu, 8 Mar 2012 18:37:12 +0000
(12:37 -0600)
committer
David Teigland
<teigland@redhat.com>
Thu, 8 Mar 2012 20:46:30 +0000
(14:46 -0600)
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 <teigland@redhat.com>
No differences found