Skip to content
Snippets Groups Projects
Commit 44ca18f2 authored by Sage Weil's avatar Sage Weil
Browse files

ceph: use rbtree for mds requests


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: default avatarSage Weil <sage@newdream.net>
parent 91e45ce3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment