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:
c04fecb
)
dlm: use idr instead of list for recovered rsbs
author
David Teigland
<teigland@redhat.com>
Tue, 15 May 2012 21:07:49 +0000
(16:07 -0500)
committer
David Teigland
<teigland@redhat.com>
Mon, 16 Jul 2012 19:17:52 +0000
(14:17 -0500)
When a large number of resources are being recovered,
a linear search of the recover_list takes a long time.
Use an idr in place of a list.
Signed-off-by: David Teigland <teigland@redhat.com>
No differences found