Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29736
b: refs/heads/master
c: e5dcd90
h: refs/heads/master
v: v3
  • Loading branch information
Wu Fengguang authored and Linus Torvalds committed Jun 25, 2006
1 parent 5943220 commit cdcec16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 3419b23a919698f75944d3e0d97eb1d9c51e4bb6
refs/heads/master: e5dcd90b53d601a04482db9800336a0ccf190880
2 changes: 1 addition & 1 deletion trunk/lib/radix-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ int radix_tree_tag_get(struct radix_tree_root *root,
int ret = tag_get(slot, tag, offset);

BUG_ON(ret && saw_unset_tag);
return ret;
return !!ret;
}
slot = slot->slots[offset];
shift -= RADIX_TREE_MAP_SHIFT;
Expand Down

0 comments on commit cdcec16

Please sign in to comment.