diff options
| author | Fabian Frederick <fabf@skynet.be> | 2014-06-04 16:11:55 -0700 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-04 16:54:18 -0700 | 
| commit | 8e4c0b68489abd602af070367c1156f715a80339 (patch) | |
| tree | a9449c9648c137b5d34be1ddbef58f9a9d48aa54 | |
| parent | b8cfff68ea9cd7b25f07c1d5bb42567d084fcba3 (diff) | |
lib/radix-tree.c: kernel-doc warning fix
index has been removed from __radix_tree_delete_node in 449dd6984d0e47
("mm: keep page cache radix tree nodes in check")
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
| -rw-r--r-- | lib/radix-tree.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/lib/radix-tree.c b/lib/radix-tree.c index 55f7a9c27312..d64815651e90 100644 --- a/lib/radix-tree.c +++ b/lib/radix-tree.c @@ -1296,7 +1296,6 @@ static inline void radix_tree_shrink(struct radix_tree_root *root)  /**   *	__radix_tree_delete_node    -    try to free node after clearing a slot   *	@root:		radix tree root - *	@index:		index key   *	@node:		node containing @index   *   *	After clearing the slot at @index in @node from radix tree | 
