From: Hans Reiser Date: Mon, 7 Nov 2005 08:59:29 +0000 (-0800) Subject: [PATCH] reiser4: add radix_tree_lookup_slot() X-Git-Tag: v2.6.15-rc1~620 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a43313668f62a06e14c915b8c8994fc8a1257394;p=pandora-kernel.git [PATCH] reiser4: add radix_tree_lookup_slot() Reiser4 uses radix trees to solve a trouble reiser4_readdir has serving nfs requests. Unfortunately, radix tree api lacks an operation suitable for modifying existing entry. This patch adds radix_tree_lookup_slot which returns pointer to found item within the tree. That location can be then updated. Both Nick and Christoph Lameter have patches which need this as well. Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed