From: Sage Weil Date: Mon, 15 Feb 2010 20:08:46 +0000 (-0800) Subject: ceph: use rbtree for mds requests X-Git-Tag: v2.6.34-rc2~9^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44ca18f2682eb1cfbed153849adedb79e3e19790;p=pandora-kernel.git 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 --- Reading git-diff-tree failed