• S
    ceph: use rbtree for mds requests · 44ca18f2
    Sage Weil 提交于
    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: NSage Weil <sage@newdream.net>
    44ca18f2
mds_client.c 74.9 KB