commit | daff89f324755f87a060d5125a205c0755811ea9 | [log] [tgz] |
---|---|---|
author | Jonathan Corbet <corbet@lwn.net> | Sat Mar 25 03:08:05 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Mar 25 08:22:59 2006 -0800 |
tree | 5b2734bd46c8d73a068b571ba1059e67df014825 | |
parent | 57070d012cd425c3a71663528c56a436abd2d9da [diff] |
[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>