projects
/
urcu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e6070d
)
urcu-ht: fix mistake in previous commit
author
Mathieu Desnoyers
<mathieu.desnoyers@polymtl.ca>
Wed, 30 Sep 2009 13:23:39 +0000
(09:23 -0400)
committer
Mathieu Desnoyers
<mathieu.desnoyers@polymtl.ca>
Wed, 30 Sep 2009 13:23:39 +0000
(09:23 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
urcu-ht.c
patch
|
blob
|
blame
|
history
diff --git
a/urcu-ht.c
b/urcu-ht.c
index a26878fd347ccf22294509960fcf95a6cc67f1d3..324ebed93420dd7957ffd03963aae07340e5001a 100644
(file)
--- a/
urcu-ht.c
+++ b/
urcu-ht.c
@@
-177,8
+177,8
@@
end:
*/
rcu_read_unlock();
- data = node->data;
- call_rcu(free, node);
+ data =
del_
node->data;
+ call_rcu(free,
del_
node);
return data;
error:
This page took
0.02589 seconds
and
4
git commands to generate.