commit | 44ca18f2682eb1cfbed153849adedb79e3e19790 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Mon Feb 15 12:08:46 2010 -0800 |
committer | Sage Weil <sage@newdream.net> | Tue Feb 16 22:01:08 2010 -0800 |
tree | 063dd8382179e65717ec10dc1ffc135950050abd | |
parent | 91e45ce38946a8efa21fefbc65d023ca3c0b434f [diff] |
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: Sage Weil <sage@newdream.net>