From: Jonathan Corbet Date: Sat, 25 Mar 2006 11:08:05 +0000 (-0800) Subject: [PATCH] radix-tree documentation cleanups X-Git-Tag: v2.6.17-rc1~769 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daff89f324755f87a060d5125a205c0755811ea9;p=pandora-kernel.git [PATCH] radix-tree documentation cleanups Documentation changes to help radix tree users avoid overrunning the tags array. RADIX_TREE_TAGS moves to linux/radix-tree.h and is now known as RADIX_TREE_MAX_TAGS (Nick Piggin's idea). Tag parameters are changed to unsigned, and some comments are updated. Signed-off-by: Jonathan Corbet Cc: Nick Piggin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed