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:
91e45ce
)
ceph: use rbtree for mds requests
author
Sage Weil
<sage@newdream.net>
Mon, 15 Feb 2010 20:08:46 +0000
(12:08 -0800)
committer
Sage Weil
<sage@newdream.net>
Wed, 17 Feb 2010 06:01:08 +0000
(22:01 -0800)
The rbtree is a more appropriate data structure than a radix_tree. It
avoids extra memory usage and simplifies the code.
It also fixes a bug where the debugfs 'mdsc' file wasn't including the
most recent mds request.
Signed-off-by: Sage Weil <sage@newdream.net>
No differences found