Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28919
b: refs/heads/master
c: 4c91c36
h: refs/heads/master
i:
  28917: 512f72a
  28915: 08e2096
  28911: 3dfe7f1
v: v3
  • Loading branch information
Peter Zijlstra authored and Linus Torvalds committed Jun 23, 2006
1 parent 4c16b56 commit e3ff367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 58ce1fd5805647a58a050bbbbd2252ea5ecb47b3
refs/heads/master: 4c91c3648c620003cb7b21b8858f36cd6132e168
3 changes: 1 addition & 2 deletions trunk/lib/radix-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,7 @@ void *radix_tree_tag_set(struct radix_tree_root *root,
struct radix_tree_node *slot;

height = root->height;
if (index > radix_tree_maxindex(height))
return NULL;
BUG_ON(index > radix_tree_maxindex(height));

slot = root->rnode;
shift = (height - 1) * RADIX_TREE_MAP_SHIFT;
Expand Down

0 comments on commit e3ff367

Please sign in to comment.