Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125757
b: refs/heads/master
c: e8c82c2
h: refs/heads/master
i:
  125755: 044df22
v: v3
  • Loading branch information
Nick Piggin authored and Linus Torvalds committed Jan 6, 2009
1 parent 331ff16 commit 99ef29c
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: f1b11e505463fd597ab7963df26dd1f446dcceae
refs/heads/master: e8c82c2e23e3527e0c9dc195e432c16784d270fa
2 changes: 1 addition & 1 deletion trunk/include/linux/radix-tree.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ do { \
*/
static inline void *radix_tree_deref_slot(void **pslot)
{
void *ret = *pslot;
void *ret = rcu_dereference(*pslot);
if (unlikely(radix_tree_is_indirect_ptr(ret)))
ret = RADIX_TREE_RETRY;
return ret;
Expand Down

0 comments on commit 99ef29c

Please sign in to comment.