]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] radix-tree documentation cleanups
authorJonathan Corbet <corbet@lwn.net>
Sat, 25 Mar 2006 11:08:05 +0000 (03:08 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 16:22:59 +0000 (08:22 -0800)
commitdaff89f324755f87a060d5125a205c0755811ea9
tree5b2734bd46c8d73a068b571ba1059e67df014825
parent57070d012cd425c3a71663528c56a436abd2d9da
[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 <corbet@lwn.net>
Cc: Nick Piggin <nickpiggin@yahoo.com.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/radix-tree.h
lib/radix-tree.c